Remove print

This commit is contained in:
Rebecca Law
2016-06-17 11:01:26 +01:00
parent b6c6b25032
commit 4e640eea6d

View File

@@ -163,7 +163,6 @@ def send_user_email_verification(user_id):
'url': _create_verification_url(user_to_send_to, secret_code)
}
}
print(message)
send_email.apply_async((
current_app.config['NOTIFY_SERVICE_ID'],
str(uuid.uuid4()),