Removed unnecessary function call when editing a show

This commit is contained in:
denise 2013-05-14 08:59:21 -04:00
parent 6b560eede1
commit 9377e21293
1 changed files with 0 additions and 5 deletions

View File

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