Removed unused code

This commit is contained in:
drigato 2013-12-06 16:51:13 -05:00
parent 86ed77a106
commit cdfdbc4da2

View file

@ -778,12 +778,6 @@ SQL;
->save();
}
}
//remove the old repeating deleted instances.
/*CcShowInstancesQuery::create()
->filterByDbShowId($showId)
->filterByDbModifiedInstance(true)
->delete();*/
}
return false;