diff --git a/backend/app_be/views/rest_api.py b/backend/app_be/views/rest_api.py index c4b7c5a..0e965c9 100644 --- a/backend/app_be/views/rest_api.py +++ b/backend/app_be/views/rest_api.py @@ -31,8 +31,6 @@ class LoginClass: jwt = bearer.split()[1] - print(jwt) - try: PyJwtValidator(jwt) except PyJwtException as e: