From e733a3a82c08394c8abce8d33ab8f20ebf526e24 Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Fri, 13 Sep 2024 13:38:48 +0300 Subject: [PATCH] fix: remove debug prints --- backend/shared/shared/oidc/auth.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/shared/shared/oidc/auth.py b/backend/shared/shared/oidc/auth.py index 4dac9bc9e8..9653f48806 100644 --- a/backend/shared/shared/oidc/auth.py +++ b/backend/shared/shared/oidc/auth.py @@ -95,8 +95,6 @@ def authenticate(self, request, **kwargs): # Validate the token payload = self.verify_token(id_token, nonce=nonce) - print("request:", request) - print("payload:", payload) if payload: try: