Changeset - b6cac385cef0
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-06-05 02:12:19
marcin@python-works.com
removed leftover print
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/forms.py
Show inline comments
 
@@ -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 '
0 comments (0 inline, 0 general)