Skip to content

Commit 6bc5142

Browse files
committed
Remove test-debugging
1 parent 891f2aa commit 6bc5142

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ def update_pulse_counter(
256256
if self._log_production:
257257
self._update_rollover(False)
258258

259-
_LOGGER.debug("HOI _rollover_consumption: %s", self._rollover_consumption)
260-
_LOGGER.debug("HOI _rollover_production: %s", self._rollover_production)
261259
if not (self._rollover_consumption or self._rollover_production):
262260
# No rollover based on time, check rollover based on counter reset
263261
# Required for special cases like nodes which have been power off for several days

0 commit comments

Comments
 (0)