debugging, not needed

This commit is contained in:
Mathieu Pillard 2010-01-22 15:16:26 +01:00 committed by Eric Florenzano
parent 7a6c2e04a9
commit e96db94b02

View file

@ -86,9 +86,6 @@ def add(request, extra_context={}, next_override=None):
message=_("Successfully uploaded a new avatar."))
if notification:
_notification_updated(request, avatar)
else:
# from IPython.Shell import IPShellEmbed; IPShellEmbed()()
print upload_avatar_form.errors
return render_to_response(
'avatar/add.html',
extra_context,