remove accidently commited error_log

This commit is contained in:
Ralf Becker 2016-03-28 19:10:27 +00:00
parent d1924fee2f
commit 1bf9c25cba

View File

@ -30,8 +30,6 @@ $appname = $_GET['app'] && $GLOBALS['egw_info']['apps'][$_GET['app']] ? $_GET['a
$cats = new categories('', $appname);
$categories = $cats->return_array('all',0, false, '', 'ASC','',$appname==categories::GLOBAL_APPNAME);
error_log('categories='.array2string($categories));
$content = "/* Category CSS for $appname */\n\n";
foreach($categories as $cat)