ido: Remove commanddbobject debug output.

This commit is contained in:
Michael Friedrich 2013-08-08 17:53:27 +02:00
parent c179738a81
commit 17473a67c3
1 changed files with 0 additions and 2 deletions

View 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;