Removed silly logging statement

This commit is contained in:
drigato 2015-01-13 15:25:36 -05:00
parent d99147bad4
commit c264747a54
1 changed files with 0 additions and 1 deletions

View File

@ -376,7 +376,6 @@ SQL;
*/
public function delete()
{
Logging::info("111aaa");
// Check if the file is scheduled to be played in the future
if (Application_Model_Schedule::IsFileScheduledInTheFuture($this->getId())) {
throw new DeleteScheduledFileException();