Skip to content

Commit e37e781

Browse files
committed
ch: remove print statement
1 parent d1b4f96 commit e37e781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/helpers/authenticate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def wrapper(*args, **kwargs):
2525

2626
payload = jwt.decode(token, os.getenv(
2727
'JWT_SALT'), algorithms=['HS256'])
28-
print(payload)
28+
2929
except Exception as e:
3030
print(e)
3131
return dict(message="Access token is not valid or key"), 401

0 commit comments

Comments
 (0)