diff --git a/kasa/httpclient.py b/kasa/httpclient.py index c86a3e46..31d8dfbb 100644 --- a/kasa/httpclient.py +++ b/kasa/httpclient.py @@ -114,7 +114,6 @@ class HttpClient: ) async with resp: response_data = await resp.read() - _LOGGER.debug("Device responded with %s", response_data) if resp.status == 200: if return_json: