Skip to content

Commit 5735dd2

Browse files
committed
Remove debugging
1 parent 2d42d51 commit 5735dd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,7 @@ def _get_gateway_measurements(self, entity_id: str, data: GwEntityData) -> None:
773773
if self._is_thermostat and entity_id == self.gateway_id:
774774
data["weather"] = {}
775775
for measurement, attrs in measurements.items():
776-
LOGGER.debug("HOI meas: %s", measurement)
777776
value = self._object_value(self._home_location, measurement, attrs)
778-
LOGGER.debug("HOI value: %s", value)
779777
if value is not None:
780778
if measurement == "wind_vector":
781779
value = value.split(",")

0 commit comments

Comments
 (0)