diff --git a/~dev_rating/application/classes/Controller/Teacher/Index.php b/~dev_rating/application/classes/Controller/Teacher/Index.php
index f4eb811ab15036cff095792859c730d04ebf68b8..e0f6701d51421f9005d3c82447b9214b0a83d7dc 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);
     }