Skip to content

Commit

Permalink
Remove print (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Dec 4, 2022
1 parent 32de6ea commit 3758b42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aiogithubapi/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ async def async_call_api(
},
}

print(request_arguments["headers"])

if etag := kwargs.get(GitHubRequestKwarg.ETAG):
request_arguments["headers"][aiohttp.hdrs.IF_NONE_MATCH] = etag

Expand Down

0 comments on commit 3758b42

Please sign in to comment.