Skip to content

Commit

Permalink
taking out useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jun 21, 2024
1 parent aa53b6f commit a208db5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/src/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ async def backup():
PUBKEY = public_key
try:
claims = jwt.decode(token, PUBKEY)
print(token)
print(claims)
except:
flash('Invalid token!', category='error')
return render_template("backup.html", user=None)
Expand Down

0 comments on commit a208db5

Please sign in to comment.