mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Remove debugging statements
This commit is contained in:
@@ -18,8 +18,6 @@ class Command(NoArgsCommand):
|
||||
add = set(users) - set(g.user_set.all())
|
||||
rem = set(g.user_set.all()) - set(users)
|
||||
|
||||
print g.user_set.all()
|
||||
|
||||
for m in rem:
|
||||
m.groups.remove(g)
|
||||
update_user_access.delay(m.id)
|
||||
|
||||
Reference in New Issue
Block a user