mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 13:08:12 +00:00
Remove debug print
This commit is contained in:
parent
f71c0db13b
commit
1a8cfd18ff
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ class HTTPClient:
|
|||
if 200 <= request.status <= 299:
|
||||
return await request.json()
|
||||
|
||||
print(await request.json())
|
||||
raise error_from_request(request)
|
||||
|
||||
# === ROUTES === #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue