Remove some debugging statements

This commit is contained in:
2011-08-30 15:12:54 +01:00
parent 5e8e23e21b
commit 3ed482d329
4 changed files with 0 additions and 5 deletions

View File

@@ -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)