remove testing string

This commit is contained in:
Matthias 2021-11-01 22:28:38 +01:00
parent 3e3da8b2d1
commit 78d9e906da
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -407,8 +407,6 @@ def update_group_roles(group, debug=False):
except ContentType.DoesNotExist:
logger.warning(f"Error: Could not find permission matching '{permission_string}'")
permission = None
except Exception as _e:
print(_e)
return permission