diff --git a/httpbin/core.py b/httpbin/core.py index c37bd34..e271869 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -35,7 +35,6 @@ ENV_COOKIES = ( ) app = Flask(__name__) -app.debug = True # Setup error collection sentry = Sentry(app)