diff --git a/salaryman/app/controllers/IndexController.php b/salaryman/app/controllers/IndexController.php index b1ae8175aafe6af9da2aca38fdc277e2fc958d85..c1a13e5987bff116c1d5741420226c1a67def186 100644 --- a/salaryman/app/controllers/IndexController.php +++ b/salaryman/app/controllers/IndexController.php @@ -163,12 +163,12 @@ class IndexController extends ControllerBase ->setMethod("PUT") ->sendRequest(); - $debugger = new Debugger($this); - $debugger - ->stopProgram() - ->addMessage(array("nip" => $this->session->nip, "rapel" => $this->request->getPost("rapel"))) - ->addMessage($result) - ->showMessage(); + // $debugger = new Debugger($this); + // $debugger + // ->stopProgram() + // ->addMessage(array("nip" => $this->session->nip, "rapel" => $this->request->getPost("rapel"))) + // ->addMessage($result) + // ->showMessage(); return $this->dispatcher->forward(array("controller" => "index", "action" => "look")); }