diff --git a/github/internals/http.py b/github/internals/http.py index 97a2a80..b264078 100644 --- a/github/internals/http.py +++ b/github/internals/http.py @@ -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 === #