Skip to content

Commit ce46d09

Browse files
committed
Revert "Debug"
This reverts commit 10130a8.
1 parent 21abad2 commit ce46d09

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

plugwise/common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,8 @@ def _get_groups(self) -> None:
210210
continue # pragma: no cover
211211

212212
if members := self._collect_members(group):
213-
LOGGER.debug("HOI members: %s", members)
214213
self._new_groups.append(group_id)
215214

216-
LOGGER.debug("HOI get_existing_groups: %s", self._existing_groups)
217215
if (
218216
group_id in self._existing_groups
219217
and self.gw_entities[group_id]["name"] == group_name

plugwise/smile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
DOMAIN_OBJECTS,
1717
GATEWAY_REBOOT,
1818
LOCATIONS,
19-
LOGGER,
2019
MAX_SETPOINT,
2120
MIN_SETPOINT,
2221
NONE,
@@ -107,14 +106,12 @@ def get_all_gateway_entities(self) -> None:
107106
Collect and add switching- and/or pump-group entities.
108107
Finally, collect the data and states for each entity.
109108
"""
110-
LOGGER.debug("HOI 1 get_all_gateway_entities data: %s", self.gw_entities)
111109
if self._get_appliances() and self._is_thermostat:
112110
self.therms_with_offset_func = (
113111
self._get_appliances_with_offset_functionality()
114112
)
115113

116114
self._scan_thermostats()
117-
LOGGER.debug("HOI 2 get_all_gateway_entities data: %s", self.gw_entities)
118115
self._get_groups()
119116
self._all_entity_data()
120117

0 commit comments

Comments
 (0)