From c264747a54e70ec7f7de365f322f933c8372c620 Mon Sep 17 00:00:00 2001
From: drigato <denise.rigato@sourcefabric.org>
Date: Tue, 13 Jan 2015 15:25:36 -0500
Subject: [PATCH] Removed silly logging statement

---
 airtime_mvc/application/models/StoredFile.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php
index d1b7a2eca..5408ca788 100644
--- a/airtime_mvc/application/models/StoredFile.php
+++ b/airtime_mvc/application/models/StoredFile.php
@@ -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();