Skip to content

Commit 63a74a8

Browse files
committed
removed print statement
1 parent 3e1f8a7 commit 63a74a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipinfo/handler_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def get_headers(access_token, custom_headers):
5959
if access_token:
6060
headers["authorization"] = "Bearer {}".format(access_token)
6161

62-
print(headers)
6362
return headers
6463

6564

0 commit comments

Comments
 (0)