Remove error log

This commit is contained in:
Nathan Gray 2014-05-27 15:49:51 +00:00
parent 7af73c91c4
commit 32f51ced99

View File

@ -150,7 +150,6 @@ class egw_favorites
// Look through all preferences & pull out favorites // Look through all preferences & pull out favorites
foreach($GLOBALS['egw_info']['user']['preferences'][$app] as $pref_name => $pref) foreach($GLOBALS['egw_info']['user']['preferences'][$app] as $pref_name => $pref)
{ {
error_log($pref_name .' => ' . array2string($pref));
if(strpos($pref_name, $pref_prefix) === 0) if(strpos($pref_name, $pref_prefix) === 0)
{ {
if(!is_array($pref)) // old favorite if(!is_array($pref)) // old favorite