mirror of https://github.com/Icinga/icinga2.git
ido: Remove commanddbobject debug output.
This commit is contained in:
parent
c179738a81
commit
17473a67c3
|
@ -44,8 +44,6 @@ Dictionary::Ptr CommandDbObject::GetConfigFields(void) const
|
||||||
|
|
||||||
attrs = CompatUtility::GetCommandConfigAttributes(command);
|
attrs = CompatUtility::GetCommandConfigAttributes(command);
|
||||||
|
|
||||||
Log(LogDebug, "ido", "get command");
|
|
||||||
|
|
||||||
fields->Set("command_line", attrs->Get("command_line"));
|
fields->Set("command_line", attrs->Get("command_line"));
|
||||||
|
|
||||||
return fields;
|
return fields;
|
||||||
|
|
Loading…
Reference in New Issue