mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
remove debug print
This commit is contained in:
parent
263e6be547
commit
02357d886a
@ -538,8 +538,6 @@ class Backend(ldapcherry.backend.Backend):
|
||||
{attr: self._modlist(self._byte_p3(content))}
|
||||
)
|
||||
try:
|
||||
print(ldif)
|
||||
print(group)
|
||||
ldap_client.modify_s(group, ldif)
|
||||
# if already member, not a big deal, just log it and continue
|
||||
except (ldap.TYPE_OR_VALUE_EXISTS, ldap.ALREADY_EXISTS) as e:
|
||||
|
Loading…
Reference in New Issue
Block a user