diff --git a/apps/user_ldap/js/ldapFilter.js b/apps/user_ldap/js/ldapFilter.js index 780aa10fe3f..4db8555f639 100644 --- a/apps/user_ldap/js/ldapFilter.js +++ b/apps/user_ldap/js/ldapFilter.js @@ -77,8 +77,6 @@ LdapFilter.prototype.afterDetectorsRan = function() { */ LdapFilter.prototype.afterComposeSuccess = function(result) { LdapWizard.applyChanges(result); - //best time to run attribute detectors - LdapWizard.runDetectors(this.target, this.afterDetectorsRan); }; LdapFilter.prototype.determineMode = function() {