mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
appstore: forgot to remove some debug print statement
This commit is contained in:
parent
9029e4cbb2
commit
ebc0f34c12
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue