From 6ae8da98e4b64fb783960807a6445ad1fb99b730 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 1 Apr 2013 19:14:55 -0400 Subject: [PATCH] removing logging --- airtime_mvc/application/models/Playlist.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/models/Playlist.php b/airtime_mvc/application/models/Playlist.php index 1c446f182..f4ea01e4a 100644 --- a/airtime_mvc/application/models/Playlist.php +++ b/airtime_mvc/application/models/Playlist.php @@ -601,8 +601,6 @@ SQL; public function getFadeInfo($pos) { - Logging::info("Getting fade info for pos {$pos}"); - $row = CcPlaylistcontentsQuery::create() ->joinWith(CcFilesPeer::OM_CLASS) ->filterByDbPlaylistId($this->id)