We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1f8a7 commit 63a74a8Copy full SHA for 63a74a8
ipinfo/handler_utils.py
@@ -59,7 +59,6 @@ def get_headers(access_token, custom_headers):
59
if access_token:
60
headers["authorization"] = "Bearer {}".format(access_token)
61
62
- print(headers)
63
return headers
64
65
0 commit comments