From 5c6c7e37c7a5509f422d3d21ef228493ed36dad8 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 9 Nov 2024 16:59:47 +0000 Subject: [PATCH] remove debug --- pandora/app/oidc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandora/app/oidc.py b/pandora/app/oidc.py index 7739e1ba..31a5adcd 100644 --- a/pandora/app/oidc.py +++ b/pandora/app/oidc.py @@ -25,8 +25,6 @@ class OIDCAuthenticationBackend(mozilla_django_oidc.auth.OIDCAuthenticationBacke return user def update_user(self, user, claims): - print("update user", user, claims) - #user.save() return user