From a0c43749fdccfa9b43d1f081da3dc6e93433096e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 6 Dec 2012 16:17:37 -0500 Subject: [PATCH] no debug --- httpbin/core.py | 1 - 1 file changed, 1 deletion(-) 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)