diff --git a/airtime_mvc/application/services/ShowService.php b/airtime_mvc/application/services/ShowService.php index 76c60b80b..5858907f9 100644 --- a/airtime_mvc/application/services/ShowService.php +++ b/airtime_mvc/application/services/ShowService.php @@ -778,12 +778,6 @@ SQL; ->save(); } } - - //remove the old repeating deleted instances. - /*CcShowInstancesQuery::create() - ->filterByDbShowId($showId) - ->filterByDbModifiedInstance(true) - ->delete();*/ } return false;