remove permanent error_log

This commit is contained in:
Ralf Becker 2015-02-18 13:46:14 +00:00
parent b96cf0a21b
commit 5f0c0f6804

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).")");
}
/**