Skip to content

Commit aad81a7

Browse files
committed
Remove debug logging
1 parent 273bd1b commit aad81a7

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
@@ -1194,7 +1194,6 @@ def _schemas(self, location: str) -> tuple[str, ...]:
11941194
temp[directive.attrib["time"]] = float(entry.get("setpoint"))
11951195
count += 1
11961196

1197-
LOGGER.debug("HOI 1 %s, %s", count, name)
11981197
if count > 1:
11991198
schedule = temp
12001199
else:
@@ -1208,7 +1207,6 @@ def _schemas(self, location: str) -> tuple[str, ...]:
12081207
self._last_active[location] = selected
12091208
schedules[name] = schedule
12101209

1211-
LOGGER.debug("HOI 2 %s", schedules)
12121210
if schedules:
12131211
available.remove("None")
12141212
tmp_last_used = self._last_used_schedule(location, rule_ids)

0 commit comments

Comments
 (0)