aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/user.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-05-16 01:24:23 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-05-16 01:24:23 +0200
commit5bf3c7347f38cbe8852ab46fe9ef21757ffdb092 (patch)
treed98f47d00d8b07ebda1e381d096db9b0a570d28b /rhodecode/model/user.py
parent16844a060f63b85f6763b8b17d9fe611d802e9ab (diff)
print statement cleanup
--HG-- branch : beta
Diffstat (limited to 'rhodecode/model/user.py')
-rw-r--r--rhodecode/model/user.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/model/user.py b/rhodecode/model/user.py
index 2f4151d3..764ca911 100644
--- a/rhodecode/model/user.py
+++ b/rhodecode/model/user.py
@@ -531,7 +531,6 @@ class UserModel(BaseModel):
for perm in user_repo_group_perms_from_users_groups:
g_k = perm.UsersGroupRepoGroupToPerm.group.group_name
- print perm, g_k
p = perm.Permission.permission_name
cur_perm = user.permissions[GK][g_k]
# overwrite permission only if it's greater than permission