mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove testing string
This commit is contained in:
parent
3e3da8b2d1
commit
78d9e906da
@ -407,8 +407,6 @@ def update_group_roles(group, debug=False):
|
|||||||
except ContentType.DoesNotExist:
|
except ContentType.DoesNotExist:
|
||||||
logger.warning(f"Error: Could not find permission matching '{permission_string}'")
|
logger.warning(f"Error: Could not find permission matching '{permission_string}'")
|
||||||
permission = None
|
permission = None
|
||||||
except Exception as _e:
|
|
||||||
print(_e)
|
|
||||||
|
|
||||||
return permission
|
return permission
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user