forked from extern/egroupware
Remove error log
This commit is contained in:
parent
7af73c91c4
commit
32f51ced99
@ -150,7 +150,6 @@ class egw_favorites
|
||||
// Look through all preferences & pull out favorites
|
||||
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(!is_array($pref)) // old favorite
|
||||
|
Loading…
Reference in New Issue
Block a user