From c3a920866422094f613be7cdafa3972d3142ff21 Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Fri, 3 Jan 2025 19:12:01 +0100 Subject: [PATCH] Revert "Debug log httpclient response" This reverts commit b7a2062950f72a3a5f9b638c012e780e6e5b802f. --- kasa/httpclient.py | 1 - 1 file changed, 1 deletion(-) 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: