Remove unused log lines in HTTPClient
This commit is contained in:
parent
66871f329e
commit
1c40d43fd1
@ -33,7 +33,6 @@ from typing import (
|
|||||||
ClassVar,
|
ClassVar,
|
||||||
Coroutine,
|
Coroutine,
|
||||||
Dict,
|
Dict,
|
||||||
Final,
|
|
||||||
Iterable,
|
Iterable,
|
||||||
List,
|
List,
|
||||||
Optional,
|
Optional,
|
||||||
@ -159,9 +158,6 @@ aiohttp.hdrs.WEBSOCKET = 'websocket' #type: ignore
|
|||||||
class HTTPClient:
|
class HTTPClient:
|
||||||
"""Represents an HTTP client sending HTTP requests to the Discord API."""
|
"""Represents an HTTP client sending HTTP requests to the Discord API."""
|
||||||
|
|
||||||
SUCCESS_LOG: Final[ClassVar[str]] = '{method} {url} has received {text}'
|
|
||||||
REQUEST_LOG: Final[ClassVar[str]] = '{method} {url} with {json} has returned {status}'
|
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
connector: Optional[aiohttp.BaseConnector] = None,
|
connector: Optional[aiohttp.BaseConnector] = None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user