Skip to content

Commit d99b49d

Browse files
committed
Clean up
1 parent e7499b6 commit d99b49d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ async def async_update(self) -> dict[str, GwEntityData]:
334334
except (DataMissingError, KeyError) as err:
335335
raise PlugwiseError("No Plugwise data received") from err
336336

337-
LOGGER.debug("HOI data: %s", data)
338337
return data
339338

340339
########################################################################################################

0 commit comments

Comments
 (0)