Revert "Debug log httpclient response"

This reverts commit b7a2062950.
This commit is contained in:
Teemu Rytilahti 2025-01-03 19:12:01 +01:00
parent be8a825c19
commit c3a9208664

View File

@ -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: