From d79e7bce6e13bd079e9e1d45cc2a609158c7f2fd Mon Sep 17 00:00:00 2001 From: PavelBegunkov <asml.Silence@gmail.com> Date: Thu, 18 Sep 2014 17:57:54 +0400 Subject: [PATCH] fix of fix --- ~dev_rating/application/classes/Controller/Teacher/Index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/~dev_rating/application/classes/Controller/Teacher/Index.php b/~dev_rating/application/classes/Controller/Teacher/Index.php index f4eb811ab..e0f6701d5 100644 --- a/~dev_rating/application/classes/Controller/Teacher/Index.php +++ b/~dev_rating/application/classes/Controller/Teacher/Index.php @@ -41,8 +41,6 @@ class Controller_Teacher_Index extends Controller_UserEnvi { $twig->Subjects = $disciplinesHandled; $twig->User = $this->UserInfo; - echo Debug::vars( $disciplinesHandled); - $this->response->body($twig); } -- GitLab