Remove a print

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-07-08 20:25:01 +02:00
parent bbf0ea370e
commit f1a55e747d
1 changed files with 0 additions and 1 deletions

View File

@ -614,7 +614,6 @@ class ChoiceField(WritableField):
def validate_user_email_allowed_domains(value):
domain_name = value.split("@")[1]
print("EMAIL VALIDATE DOMAIN")
if settings.USER_EMAIL_ALLOWED_DOMAINS and domain_name not in settings.USER_EMAIL_ALLOWED_DOMAINS:
raise ValidationError(_("You email domain is not allowed"))