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 b311843 commit 451b302Copy full SHA for 451b302
plugwise_usb/nodes/helpers/pulses.py
@@ -236,7 +236,6 @@ def _collect_pulses_from_logs(
236
return None
237
238
timestamp = self._last_log_consumption_timestamp
239
- _LOGGER.debug("HOI _last_log_consumption_timestamp=%s", self._last_log_consumption_timestamp)
240
else:
241
if self._last_log_production_timestamp is None:
242
_LOGGER.debug(
@@ -246,7 +245,6 @@ def _collect_pulses_from_logs(
246
245
247
248
timestamp = self._last_log_production_timestamp
249
- _LOGGER.debug("HOI _last_log_production_timestamp=%s", self._last_log_production_timestamp)
250
251
missing_logs = self._logs_missing(from_timestamp)
252
if missing_logs is None or missing_logs:
0 commit comments