mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-07-01 09:09:49 +00:00
Revert "Debug log httpclient response"
This reverts commit b7a2062950f72a3a5f9b638c012e780e6e5b802f.
This commit is contained in:
parent
be8a825c19
commit
c3a9208664
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user