From e00daea4258ae2de658f536238ddad1cf6a6e36c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 17 Nov 2014 09:01:13 -0500 Subject: [PATCH] Remove debug code --- plugins/kolab_auth/kolab_auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/kolab_auth/kolab_auth.php b/plugins/kolab_auth/kolab_auth.php index 5c6e3b0a..ebe923d4 100644 --- a/plugins/kolab_auth/kolab_auth.php +++ b/plugins/kolab_auth/kolab_auth.php @@ -132,7 +132,6 @@ class kolab_auth extends rcube_plugin } } else if ($args['name'] == 'kolab_users_directory' && !empty($args['result'])) { - console($args); $args['result'] = $this->patch_ldap_config($args['result']); }