mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
remove debug output
This commit is contained in:
parent
2cf0102797
commit
6f83b537fe
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue