this happens already before counting, no need anymore

This commit is contained in:
Arthur Schiwon 2014-10-29 11:08:20 +01:00
parent c9e865629e
commit d8bb8afee3
1 changed files with 0 additions and 2 deletions

View File

@ -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() {