diff --git a/application/controllers/HostController.php b/application/controllers/HostController.php index 8ac5e93be..6b087a754 100644 --- a/application/controllers/HostController.php +++ b/application/controllers/HostController.php @@ -336,7 +336,6 @@ protected function commonForServices() public function agentAction() { if ($os = $this->params->get('download')) { - $wizard = new AgentWizard($this->object); $wizard->setTicketSalt($this->api()->getTicketSalt());