remove debug output
This commit is contained in:
parent
ab6890b854
commit
b7db454fff
1 changed files with 0 additions and 1 deletions
|
@ -782,7 +782,6 @@ var LdapWizard = {
|
|||
if(LdapWizard.saveProcesses === 0) {
|
||||
$('#ldap .ldap_saving').addClass('hidden');
|
||||
$('#ldap *').removeClass('save-cursor');
|
||||
console.log($('#ldap *').css('cursor'));
|
||||
}
|
||||
if(result.status === 'success') {
|
||||
LdapWizard.processChanges(object);
|
||||
|
|
Loading…
Reference in a new issue