diff --git a/server/app/api/routes.py b/server/app/api/routes.py index ba0bb13..8d40c3e 100644 --- a/server/app/api/routes.py +++ b/server/app/api/routes.py @@ -22,8 +22,6 @@ def send_rfq(): return make_response(resp, 400) recipient = current_app.config["MAIL_RECIPIENT"] - if current_app.debug: - recipient = "sovanna.xyz@gmail.com" msg = Message( "[ORDER HARDWARE - RFQ from %s]" % payload['email'],