Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jul 3, 2019
1 parent b82f27c commit 0eb58e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auslib/util/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def get_jwks(auth_domain):

@lru_cache(2048)
def get_additional_userinfo(auth_domain, access_token):
print(auth0_Users(auth_domain).userinfo(access_token))
return auth0_Users(auth_domain).userinfo(access_token)


Expand Down

0 comments on commit 0eb58e1

Please sign in to comment.