소스 검색

Removed troubleshooting code.

Adam Day 9 년 전
부모
커밋
29f6ab2c31
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      application/controllers/reportsController.php

+ 0 - 4
application/controllers/reportsController.php

@@ -29,10 +29,6 @@ class reportsController extends Staple_Controller
         $report = new reportModel($year, $month);
         $this->view->report = $report->getTimesheets();
 
-        echo "<pre>";
-        print_r($this->view->report);
-        echo "</pre>";
-
         $timesheet = new timesheetModel($year, $month);
         $this->view->nextMonth = $timesheet->getNextMonth();
         $this->view->previousMonth = $timesheet->getPreviousMonth();