appstore: forgot to remove some debug print statement

This commit is contained in:
Alexandre Aubin 2023-09-19 17:07:12 +02:00
parent 79967a3e9c
commit 4ab19438db

View file

@ -193,8 +193,6 @@ def add_to_wishlist():
)
csrf_token = request.form["csrf_token"]
print(csrf_token)
print(session.get("csrf_token"))
if csrf_token != session.get("csrf_token"):
errormsg = _("Invalid CSRF token, please refresh the form and try again")