1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 13:08:12 +00:00

Remove debug print

This commit is contained in:
RGBCube 2022-06-25 14:24:08 +03:00
parent f71c0db13b
commit 1a8cfd18ff

View file

@ -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 === #