diff rhodecode/model/forms.py @ 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 9c0f5d558789
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 '