Removed logging messages from Library controller, index action

This commit is contained in:
denise 2013-02-19 11:51:26 -05:00
parent c0c6ac5d75
commit 9113853e41
1 changed files with 0 additions and 2 deletions

View File

@ -86,9 +86,7 @@ class LibraryController extends Zend_Controller_Action
// or show the playlist editor
$showPlaylist = false;
$data = Application_Model_Preference::getLibraryScreenSettings();
Logging::info($data);
if (!is_null($data)) {
Logging::info($data);
if ($data["playlist"] == "true") {
$showPlaylist = true;
}