IcingaArguments: remove forgotten var_dump

This commit is contained in:
Thomas Gelf 2016-04-20 10:21:16 +02:00
parent df8926a420
commit d3b5504e47

View File

@ -259,7 +259,6 @@ class IcingaArguments implements Iterator, Countable, IcingaConfigRenderer
->order('a.sort_order')->order('a.argument_name');
$this->arguments = IcingaCommandArgument::loadAll($connection, $query, 'argument_name');
var_dump(count($this->arguments));
$this->cloneStored();
$this->refreshIndex();