BenchmarkCommand: remove obsolete stream action
This commit is contained in:
parent
bf8108d937
commit
66f85a3b52
|
@ -10,11 +10,6 @@ use Icinga\Module\Director\Objects\IcingaHostVar;
|
|||
|
||||
class BenchmarkCommand extends Command
|
||||
{
|
||||
public function streamAction()
|
||||
{
|
||||
$this->api()->stream();
|
||||
}
|
||||
|
||||
public function filterAction()
|
||||
{
|
||||
$flat = array();
|
||||
|
|
Loading…
Reference in New Issue