CheckCommand: delete legacy code

This commit is contained in:
Thomas Gelf 2015-11-17 12:51:05 +01:00
parent 349b996233
commit 05882d5d09

View file

@ -11,10 +11,6 @@ class CheckCommand extends Command
public function init()
{
// WTF? I do not want to have to take care about this!!
$this->app->setupZendAutoloader();
$this->app->getModuleManager()->loadModule('monitoring');
$this->storage = new LegacyStorage($this->Config()->getSection('global'));
}