From: Marcin Siodelski Date: Tue, 14 Apr 2015 19:16:13 +0000 (+0200) Subject: [3198] Removed debugging leftover. X-Git-Tag: trac3812_base~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bafeba41b9a2b27f016325e2bd8880fb663a08e;p=thirdparty%2Fkea.git [3198] Removed debugging leftover. --- diff --git a/src/lib/log/compiler/message.cc b/src/lib/log/compiler/message.cc index 0ef5bc8817..6d7a150ad3 100644 --- a/src/lib/log/compiler/message.cc +++ b/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 args(e.arguments());