remove permanent error_log

This commit is contained in:
Ralf Becker 2015-02-18 13:45:53 +00:00
parent 55dd493e5d
commit c4da9ba8d9

View File

@ -505,7 +505,6 @@ class accounts
$data['account_description'] = lang('EGroupware anonymous users group, do NOT delete');
break;
}
error_log(__METHOD__."(".array2string($data).")");
}
/**