Removed logging messages from Library controller, index action
This commit is contained in:
parent
c0c6ac5d75
commit
9113853e41
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue