Bug 1464404 - Remove print statement added by bug 1454737. r=Dexter

MozReview-Commit-ID: 33gKsLEUWqj

--HG--
extra : rebase_source : 910dc9a398212cd484afb005b96bdc8f425fafb5
This commit is contained in:
Sebastian Hengst 2018-05-25 16:28:26 +03:00
parent 6fdf0741d7
commit 6b2469ee94

View File

@ -149,7 +149,6 @@ class ScalarType:
# Check that the email addresses doesn't contain spaces or commas
notification_emails = definition.get('notification_emails')
for notification_email in notification_emails:
print validate_notification_email(notification_email)
if not validate_notification_email(notification_email):
ParserError(self._name + ' - invalid email address: ' + notification_email +
'.\nSee: {}'.format(BASE_DOC_URL)).handle_later()