Skip to content

Commit

Permalink
Disable some print debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
danniel committed Jul 3, 2024
1 parent b5fb62f commit 767655e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/hub/social_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ def handle_pre_login(sender, **kwargs):

print("HANDLE PRE LOGIN")

social = kwargs.get("sociallogin")
# social = kwargs.get("sociallogin")
# request = kwargs.get("request")
# print("code =", request.GET.get("code"))
# print("user =", social.user)

print("token =", social.token)
# print("token =", social.token)

0 comments on commit 767655e

Please sign in to comment.