remove debug output

This commit is contained in:
Arthur Schiwon 2014-10-15 17:28:18 +02:00
parent ab6890b854
commit b7db454fff
1 changed files with 0 additions and 1 deletions

View File

@ -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);