1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

remove the debug route for production

This commit is contained in:
Alexis Metaireau 2011-08-10 00:47:50 +02:00
parent 0b180a7e9a
commit 8050defa8f

View file

@ -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