From 5f0c0f68044ebcde6b253780a36220c6c28dbbc4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 18 Feb 2015 13:46:14 +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).")"); } /**