mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Useless print
This commit is contained in:
parent
84b68d4284
commit
470b90be4a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue