From 6f83b537fe17bba29b13f8052506e63ed3dbfa9a Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 9 Oct 2014 17:56:27 +0200 Subject: [PATCH] remove debug output --- apps/user_ldap/js/ldapFilter.js | 1 - 1 file changed, 1 deletion(-) 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();