From 4608f0414046d33a0c1d23fede908180a2bdec7f Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 23 May 2012 00:43:05 -0400 Subject: [PATCH] remove useless logging --- airtime_mvc/application/models/Schedule.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/models/Schedule.php b/airtime_mvc/application/models/Schedule.php index a1df73747..931eeab2b 100644 --- a/airtime_mvc/application/models/Schedule.php +++ b/airtime_mvc/application/models/Schedule.php @@ -45,8 +45,6 @@ class Application_Model_Schedule { $nextShowID = count($shows['nextShow'])>0?$shows['nextShow'][0]['instance_id']:null; $results = Application_Model_Schedule::GetPrevCurrentNext($previousShowID, $currentShowID, $nextShowID, $utcTimeNow); - Logging::log($shows['currentShow']); - $range = array("env"=>APPLICATION_ENV, "schedulerTime"=>$timeNow, "previous"=>$results['previous'] !=null?$results['previous']:(count($shows['previousShow'])>0?$shows['previousShow'][0]:null),