diff --git a/~dev_rating/application/classes/Controller/DeanOffice/Bill.php b/~dev_rating/application/classes/Controller/DeanOffice/Bill.php
index 398ed49da794c1ba0a8ddeed6d690f069508376f..d20b066c59cba38a5e7b0f1cf21590e20fd2e1e8 100644
--- a/~dev_rating/application/classes/Controller/DeanOffice/Bill.php
+++ b/~dev_rating/application/classes/Controller/DeanOffice/Bill.php
@@ -13,7 +13,6 @@ class Controller_DeanOffice_Bill extends Controller_Environment_DeanOffice
         $table = [];
 
         $iter = 0;
-        echo Debug::vars(Model_Rating::getRatesForStudentsGroup(365, 11));
 
         foreach ($disciplines as &$dis) {
             $disInfo = Model_Discipline::getDisciplineRateInfo($dis['ID']);