Commented out $calendar_info logging

This commit is contained in:
Duncan Sommerville 2014-09-17 19:47:05 -04:00
parent c08252bc99
commit b505f16b8f
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ class ScheduleController extends Zend_Controller_Action
$editable = $user->isUserType(array(UTYPE_SUPERADMIN, UTYPE_ADMIN, UTYPE_PROGRAM_MANAGER)); $editable = $user->isUserType(array(UTYPE_SUPERADMIN, UTYPE_ADMIN, UTYPE_PROGRAM_MANAGER));
$calendar_interval = Application_Model_Preference::GetCalendarTimeScale(); $calendar_interval = Application_Model_Preference::GetCalendarTimeScale();
Logging::info($calendar_interval); // Logging::info($calendar_interval);
if ($calendar_interval == "agendaDay") { if ($calendar_interval == "agendaDay") {
list($start, $end) = Application_Model_Show::getStartEndCurrentDayView(); list($start, $end) = Application_Model_Show::getStartEndCurrentDayView();
} else if ($calendar_interval == "agendaWeek") { } else if ($calendar_interval == "agendaWeek") {
@ -364,7 +364,7 @@ class ScheduleController extends Zend_Controller_Action
return false; return false;
} }
$originalShowId = $show->isRebroadcast(); $originalShowId = $show->isRebroadcast();
if (!is_null($originalShowId)) { if (!is_null($originalShowId)) {
try { try {