changeset 1364:b6cac385cef0 beta

removed leftover print
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 05 Jun 2011 02:12:19 +0200
parents 923d2f699bd7
children cd865113423e
files rhodecode/model/forms.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/model/forms.py	Sun Jun 05 02:09:27 2011 +0200
+++ b/rhodecode/model/forms.py	Sun Jun 05 02:12:19 2011 +0200
@@ -127,7 +127,6 @@
             # 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 '