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
|
// or show the playlist editor
|
||||||
$showPlaylist = false;
|
$showPlaylist = false;
|
||||||
$data = Application_Model_Preference::getLibraryScreenSettings();
|
$data = Application_Model_Preference::getLibraryScreenSettings();
|
||||||
Logging::info($data);
|
|
||||||
if (!is_null($data)) {
|
if (!is_null($data)) {
|
||||||
Logging::info($data);
|
|
||||||
if ($data["playlist"] == "true") {
|
if ($data["playlist"] == "true") {
|
||||||
$showPlaylist = true;
|
$showPlaylist = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue