mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-23 13:54:27 +02:00
IcingaArguments: remove forgotten var_dump
This commit is contained in:
parent
df8926a420
commit
d3b5504e47
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user