Remove debug code
This commit is contained in:
parent
b1ad22dcde
commit
e00daea425
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ class kolab_auth extends rcube_plugin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ($args['name'] == 'kolab_users_directory' && !empty($args['result'])) {
|
else if ($args['name'] == 'kolab_users_directory' && !empty($args['result'])) {
|
||||||
console($args);
|
|
||||||
$args['result'] = $this->patch_ldap_config($args['result']);
|
$args['result'] = $this->patch_ldap_config($args['result']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue