Skip to content

Commit 9285048

Browse files
committed
Remove HOI logger
1 parent 523d189 commit 9285048

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ async def _energy_log_records_load_from_cache(self) -> bool: # noqa: PLR0912
629629
if restored_logs.get(address) is None:
630630
restored_logs[address] = {}
631631
restored_logs[address][slot] = (timestamp, pulses)
632-
_LOGGER.debug("HOI restored_logs=%s", restored_logs)
633632

634633
# Sort and prune the records loaded from cache
635634
sorted_logs: dict[int, dict[int, tuple[datetime, int]]] = {}

0 commit comments

Comments
 (0)