Skip to content

Commit 719b737

Browse files
committed
Remove commented-out code
1 parent ce3742a commit 719b737

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,6 @@ def collected_pulses(
170170
if self._log_production is None or not self._log_production:
171171
return (None, None)
172172

173-
# if is_consumption and self._rollover_consumption:
174-
# _LOGGER.debug("collected_pulses 2 | %s | _rollover_consumption", self._mac)
175-
# return (None, None)
176-
# if not is_consumption and self._rollover_production:
177-
# _LOGGER.debug("collected_pulses 3 | %s | _rollover_production", self._mac)
178-
# return (None, None)
179-
180173
if (
181174
log_pulses := self._collect_pulses_from_logs(from_timestamp, is_consumption)
182175
) is None:

0 commit comments

Comments
 (0)