mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
removed debugging statements
This commit is contained in:
parent
103003302e
commit
4f1cf71256
1 changed files with 0 additions and 2 deletions
|
@ -190,7 +190,6 @@ def admin():
|
|||
|
||||
@main.route("/authenticate", methods=["GET", "POST"])
|
||||
def authenticate(project_id=None):
|
||||
print("authenticate")
|
||||
"""Authentication form"""
|
||||
form = AuthenticationForm()
|
||||
# Try to get project_id from token first
|
||||
|
@ -701,7 +700,6 @@ def delete_bill(bill_id):
|
|||
|
||||
db.session.delete(bill)
|
||||
db.session.commit()
|
||||
session["recentlyDeletedBill"] = json.loads(bill)
|
||||
flash(_("The bill has been deleted"))
|
||||
|
||||
return redirect(url_for(".list_bills"))
|
||||
|
|
Loading…
Reference in a new issue