From c4da9ba8d9e5036931cfc956d0f80de39435fdbf Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 18 Feb 2015 13:45:53 +0000 Subject: [PATCH] remove permanent error_log --- phpgwapi/inc/class.accounts.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts.inc.php b/phpgwapi/inc/class.accounts.inc.php index 61839c96a4..b92441c3b3 100644 --- a/phpgwapi/inc/class.accounts.inc.php +++ b/phpgwapi/inc/class.accounts.inc.php @@ -505,7 +505,6 @@ class accounts $data['account_description'] = lang('EGroupware anonymous users group, do NOT delete'); break; } - error_log(__METHOD__."(".array2string($data).")"); } /**