We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523d189 commit 9285048Copy full SHA for 9285048
plugwise_usb/nodes/circle.py
@@ -629,7 +629,6 @@ async def _energy_log_records_load_from_cache(self) -> bool: # noqa: PLR0912
629
if restored_logs.get(address) is None:
630
restored_logs[address] = {}
631
restored_logs[address][slot] = (timestamp, pulses)
632
- _LOGGER.debug("HOI restored_logs=%s", restored_logs)
633
634
# Sort and prune the records loaded from cache
635
sorted_logs: dict[int, dict[int, tuple[datetime, int]]] = {}
0 commit comments