mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Remove some debugging statements
This commit is contained in:
@@ -62,7 +62,6 @@ def update_user_access(user, **kwargs):
|
||||
# Check that user's groups fufil requirements
|
||||
if installed('groups'):
|
||||
for g in user.groups.filter(groupinformation__parent__isnull=False):
|
||||
print g
|
||||
if not g in delgroups and not g.groupinformation.parent in user.groups.all():
|
||||
delgroups.add(g)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user