Skip to content

Commit 85ce362

Browse files
committed
Clean up 2
1 parent 02e9d25 commit 85ce362

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from plugwise.constants import (
1111
ADAM,
1212
ANNA,
13-
LOGGER,
1413
MAX_SETPOINT,
1514
MIN_SETPOINT,
1615
NONE,
@@ -80,7 +79,6 @@ def _update_gw_entities(self) -> None:
8079
self._update_for_cooling(entity)
8180

8281
remove_empty_platform_dicts(entity)
83-
LOGGER.debug("HOI count: %s", self._count)
8482

8583
def _detect_low_batteries(self) -> list[str]:
8684
"""Helper-function updating the low-battery binary_sensor status from a Battery-is-low message."""

0 commit comments

Comments
 (0)