Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-01-14 11:12:24 +00:00
parent 0ca28f3926
commit 373076a3cc
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ class UserAdmin(admin.ModelAdmin):
fieldsets = [(None, {'fields': form.base_fields.keys()})]
adminForm = admin.helpers.AdminForm(form, fieldsets, {})
print adminForm, form
return render_to_response(self.change_user_password_template or 'admin/auth/user/change_password.html', {
'title': _('Change password: %s') % escape(user.username),