mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-24 23:17:43 +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:
|
if 200 <= request.status <= 299:
|
||||||
return await request.json()
|
return await request.json()
|
||||||
|
|
||||||
print(await request.json())
|
|
||||||
raise error_from_request(request)
|
raise error_from_request(request)
|
||||||
|
|
||||||
# === ROUTES === #
|
# === ROUTES === #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue