From 7ab40fe9595576f951c38fad0be98a300aec381d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 9 Apr 2013 14:41:01 -0700 Subject: [PATCH] cleanup comments --- elephant.py | 1 - 1 file changed, 1 deletion(-) diff --git a/elephant.py b/elephant.py index e5855d1..fc9abd3 100644 --- a/elephant.py +++ b/elephant.py @@ -20,7 +20,6 @@ app = Flask(__name__) manager = Manager(app) -# Configuration app.debug = 'DEBUG' in os.environ # The Elastic Search endpoint to use.