diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-10 00:47:50 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-10 00:47:50 +0200 |
| commit | 8050defa8fe0bbce8f941a567ee467f4d1cb1501 (patch) | |
| tree | ec7cb7cd80ed4a5ea5c11cc6827cc73d44c143bc /budget | |
| parent | 0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7 (diff) | |
| download | ihatemoney-mirror-8050defa8fe0bbce8f941a567ee467f4d1cb1501.zip ihatemoney-mirror-8050defa8fe0bbce8f941a567ee467f4d1cb1501.tar.gz ihatemoney-mirror-8050defa8fe0bbce8f941a567ee467f4d1cb1501.tar.bz2 | |
remove the debug route for production
Diffstat (limited to 'budget')
| -rw-r--r-- | budget/web.py | 5 |
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 |
