remove debug
This commit is contained in:
parent
7cfe645ab7
commit
5c6c7e37c7
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue