diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-09 17:56:27 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-09 17:56:27 +0200 |
commit | 6f83b537fe17bba29b13f8052506e63ed3dbfa9a (patch) | |
tree | 904a32847b88d19d8d4ec08e7efaf831329d933a /apps | |
parent | 2cf01027976117cab824a54971a7b97e4c8e0b9d (diff) | |
download | nextcloud-server-6f83b537fe17bba29b13f8052506e63ed3dbfa9a.tar.gz nextcloud-server-6f83b537fe17bba29b13f8052506e63ed3dbfa9a.zip |
remove debug output
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/js/ldapFilter.js | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |