remove useless logging

This commit is contained in:
Martin Konecny 2012-05-23 00:43:05 -04:00
parent b2f39ae66b
commit 4608f04140
1 changed files with 0 additions and 2 deletions

View File

@ -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),