Skip to content

Commit 3758b42

Browse files
authored
Remove print (#163)
1 parent 32de6ea commit 3758b42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aiogithubapi/client.py

-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ async def async_call_api(
126126
},
127127
}
128128

129-
print(request_arguments["headers"])
130-
131129
if etag := kwargs.get(GitHubRequestKwarg.ETAG):
132130
request_arguments["headers"][aiohttp.hdrs.IF_NONE_MATCH] = etag
133131

0 commit comments

Comments
 (0)