aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/forms.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-06-05 02:12:19 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-06-05 02:12:19 +0200
commit9e639bbdc54efb9eda7e1599a7f6f24bf75338e1 (patch)
tree4c8040ed01acb27958ff825cde9737ace732abae /rhodecode/model/forms.py
parent9d42e32744ec81f8973af8f763099039d26c523f (diff)
removed leftover print
--HG-- branch : beta
Diffstat (limited to 'rhodecode/model/forms.py')
-rw-r--r--rhodecode/model/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/model/forms.py b/rhodecode/model/forms.py
index 6a538d04..57ccaa05 100644
--- a/rhodecode/model/forms.py
+++ b/rhodecode/model/forms.py
@@ -127,7 +127,6 @@ def ValidReposGroup(edit, old_data):
# slugify repo group just in case :)
slug = repo_name_slug(group_name)
- print old_data
# check for parent of self
if edit and old_data['group_id'] == group_parent_id:
e_dict = {'group_parent_id':_('Cannot assign this group '