remove debug print

This commit is contained in:
kakwa 2019-02-09 18:18:58 +01:00
parent 263e6be547
commit 02357d886a
1 changed files with 0 additions and 2 deletions

View File

@ -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: