removing print

This commit is contained in:
kieffer julien 2020-08-28 12:20:39 +02:00
parent bf53e08f0f
commit 551773208a

View File

@ -601,7 +601,6 @@ class Field:
raise
errors.extend(exc.detail)
except DjangoValidationError as exc:
print("YOOOOOOOOOO", exc, exc.code, exc.params)
errors.extend(get_error_detail(exc))
if errors:
raise ValidationError(errors)