mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove debug print
This commit is contained in:
parent
84fe23786c
commit
a4ec76e77b
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ def permission_sync_to_user(force=False):
|
|||
for per in ldap.search('ou=permission,dc=yunohost,dc=org',
|
||||
'(objectclass=permissionYnh)',
|
||||
['cn', 'inheritPermission', 'groupPermission', 'memberUid']):
|
||||
print(per)
|
||||
|
||||
if 'groupPermission' not in per:
|
||||
per['groupPermission'] = []
|
||||
user_permission = set()
|
||||
|
|
Loading…
Add table
Reference in a new issue