ayHaru 4 år sedan
förälder
incheckning
27737887e1
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      application/index/controller/Cabinet.php

+ 0 - 1
application/index/controller/Cabinet.php

@@ -257,7 +257,6 @@ class Cabinet extends Base
     }
 
     public function GetCabinetsBoxs(){
-        echo 1;die;
         $CabinetModel = new CabinetModel();
         $cabinets = $CabinetModel->getCabinetsByWhere();
         $BoxModel = new BoxModel();