diff --git a/apps/user_ldap/js/ldapFilter.js b/apps/user_ldap/js/ldapFilter.js index 6b62604efb..7fcf8bfb28 100644 --- a/apps/user_ldap/js/ldapFilter.js +++ b/apps/user_ldap/js/ldapFilter.js @@ -55,7 +55,6 @@ LdapFilter.prototype.compose = function(callback) { LdapWizard.ajax(param, function(result) { LdapWizard.applyChanges(result); - console.log(filter.mode); filter.updateCount(); if(filter.target === 'Group') { LdapWizard.detectGroupMemberAssoc();