mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
remove testing string
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user