diff --git a/app.py b/app.py index 394b800..0399eea 100644 --- a/app.py +++ b/app.py @@ -1005,10 +1005,6 @@ def user_contact(): print(f"Error saving contact message: {e}") flash("There was an error submitting your message. Please try again or contact us directly on Discord.", "danger") - except Exception as e: - print(f"Error saving contact message: {e}") - flash("There was an error submitting your message. Please try again or contact us directly on Discord.", "danger") - except Exception as e: print(f"Error processing contact form: {e}") flash("An unexpected error occurred. Please try again.", "danger")