From 8050defa8fe0bbce8f941a567ee467f4d1cb1501 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 10 Aug 2011 00:47:50 +0200 Subject: [PATCH] remove the debug route for production --- budget/web.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/budget/web.py b/budget/web.py index 6f903d73..661b1395 100644 --- a/budget/web.py +++ b/budget/web.py @@ -197,11 +197,6 @@ def delete_bill(project, bill_id): return redirect(url_for('list_bills')) -@app.route("/debug/") -def debug(): - from ipdb import set_trace; set_trace() - return render_template("debug.html") - def main(): # db