aboutsummaryrefslogtreecommitdiff
path: root/budget/web.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-10 00:47:50 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-10 00:47:50 +0200
commit8050defa8fe0bbce8f941a567ee467f4d1cb1501 (patch)
treeec7cb7cd80ed4a5ea5c11cc6827cc73d44c143bc /budget/web.py
parent0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7 (diff)
downloadihatemoney-mirror-8050defa8fe0bbce8f941a567ee467f4d1cb1501.zip
ihatemoney-mirror-8050defa8fe0bbce8f941a567ee467f4d1cb1501.tar.gz
ihatemoney-mirror-8050defa8fe0bbce8f941a567ee467f4d1cb1501.tar.bz2
remove the debug route for production
Diffstat (limited to 'budget/web.py')
-rw-r--r--budget/web.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/budget/web.py b/budget/web.py
index 6f903d7..661b139 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