]> granicus.if.org Git - icinga2/commitdiff
ido: Remove commanddbobject debug output.
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 8 Aug 2013 15:53:27 +0000 (17:53 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 8 Aug 2013 15:53:27 +0000 (17:53 +0200)
lib/ido/commanddbobject.cpp

index 5e58ed8a783017da7fe8267da03a1821602b9540..45c75fbab6145575465360d675b29cd974822fb1 100644 (file)
@@ -44,8 +44,6 @@ Dictionary::Ptr CommandDbObject::GetConfigFields(void) const
 
        attrs = CompatUtility::GetCommandConfigAttributes(command);
 
-       Log(LogDebug, "ido", "get command");
-
        fields->Set("command_line", attrs->Get("command_line"));
 
        return fields;