From 28dfca066176c4a956b4ef1157e6269ee6f07ae2 Mon Sep 17 00:00:00 2001
From: "dmitry.s" <sv.l1@mail.ru>
Date: Wed, 8 Jul 2015 11:41:15 +0300
Subject: [PATCH] fixed debug output

---
 ~dev_rating/application/classes/Controller/DeanOffice/Bill.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/~dev_rating/application/classes/Controller/DeanOffice/Bill.php b/~dev_rating/application/classes/Controller/DeanOffice/Bill.php
index 398ed49da..d20b066c5 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']);
-- 
GitLab