Remove debug code

This commit is contained in:
Aleksander Machniak 2014-11-17 09:01:13 -05:00
parent b1ad22dcde
commit e00daea425

View file

@ -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']);
}