diff --git a/endpoints/common.py b/endpoints/common.py index 0a88b3900..647bf9a51 100644 --- a/endpoints/common.py +++ b/endpoints/common.py @@ -132,7 +132,6 @@ def handle_dme(ex): @app.errorhandler(CannotSendEmailException) def handle_emailexception(ex): - logger.exception(ex) message = 'Could not send email. Please contact an administrator and report this problem.' return make_response(json.dumps({'message': message}), 400)