From: Arthur Schiwon Date: Thu, 9 Oct 2014 15:56:27 +0000 (+0200) Subject: remove debug output X-Git-Tag: v8.0.0alpha1~502^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6f83b537fe17bba29b13f8052506e63ed3dbfa9a;p=nextcloud-server.git remove debug output --- diff --git a/apps/user_ldap/js/ldapFilter.js b/apps/user_ldap/js/ldapFilter.js index 6b62604efb7..7fcf8bfb28b 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();