appstore: forgot to remove some debug print statement

This commit is contained in:
Alexandre Aubin
2023-09-19 17:07:12 +02:00
parent 9029e4cbb2
commit ebc0f34c12

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")