diff --git a/rhodecode/model/forms.py b/rhodecode/model/forms.py --- 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 '