From 9377e212933a8e5273598abacc2258ec4c3ef337 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 14 May 2013 08:59:21 -0400 Subject: [PATCH] Removed unnecessary function call when editing a show --- airtime_mvc/application/services/ShowService.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index 00090f295..8e0164a75 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -158,11 +158,6 @@ class Application_Service_ShowService //create new ccShowInstances $this->delegateInstanceCreation($daysAdded); - if ($this->isUpdate) { - $service_scheduler = new Application_Service_SchedulerService(); - $service_scheduler->removeGaps($this->ccShow->getDbId()); - } - $con->commit(); Application_Model_RabbitMq::PushSchedule(); } catch (Exception $e) {