Skip to content

Commit

Permalink
Remove unused print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Nov 1, 2023
1 parent 88707c7 commit 6da94c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def callback():

if code:
res = supabase.auth.exchange_code_for_session({"auth_code": code})
print(res)

return redirect(url_for(next))

Expand Down

0 comments on commit 6da94c8

Please sign in to comment.