Useless print

This commit is contained in:
Mathieu Pillard 2010-01-22 13:56:44 +01:00 committed by Eric Florenzano
parent 84b68d4284
commit 470b90be4a

View file

@ -30,7 +30,6 @@ class UploadAvatarForm(forms.Form):
raise forms.ValidationError(
"You already have %d avatars, and the maximum allowed is %d." %
(count, AVATAR_MAX_AVATARS_PER_USER))
print data
return