Browse Source

[3198] Removed debugging leftover.

Marcin Siodelski 10 years ago
parent
commit
8bafeba41b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/log/compiler/message.cc

+ 0 - 1
src/lib/log/compiler/message.cc

@@ -622,7 +622,6 @@ main(int argc, char* argv[]) {
         const MessageDictionaryPtr& global = MessageDictionary::globalDictionary();
         string text = e.id();
         text += ", ";
-        assert(global);
         text += global->getText(e.id());
         // Format with arguments
         vector<string> args(e.arguments());