Skip to content

Commit 451b302

Browse files
committed
Clean up test-debugging
1 parent b311843 commit 451b302

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
@@ -236,7 +236,6 @@ def _collect_pulses_from_logs(
236236
return None
237237

238238
timestamp = self._last_log_consumption_timestamp
239-
_LOGGER.debug("HOI _last_log_consumption_timestamp=%s", self._last_log_consumption_timestamp)
240239
else:
241240
if self._last_log_production_timestamp is None:
242241
_LOGGER.debug(
@@ -246,7 +245,6 @@ def _collect_pulses_from_logs(
246245
return None
247246

248247
timestamp = self._last_log_production_timestamp
249-
_LOGGER.debug("HOI _last_log_production_timestamp=%s", self._last_log_production_timestamp)
250248

251249
missing_logs = self._logs_missing(from_timestamp)
252250
if missing_logs is None or missing_logs:

0 commit comments

Comments
 (0)