Skip to content

Commit 77e0842

Browse files
committed
Debug
1 parent cc987d6 commit 77e0842

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugwise/helper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,10 +1247,8 @@ def _schedules(
12471247
directives = self._domain_objects.find(locator)
12481248
for directive in directives:
12491249
entry = directive.find("then").attrib
1250-
LOGGER.debug("HOI %s", entry)
1251-
# keys, dummy = zip(*entry.items())
1252-
# LOGGER.debug("HOI 1 %s", keys)
12531250
if "preset" in entry:
1251+
LOGGER.debug("HOI %s", entry["preset"])
12541252
schedule[directive.attrib["time"]] = [
12551253
float(self._presets(loc_id)[entry["preset"]][0]),
12561254
float(self._presets(loc_id)[entry["preset"]][1]),

0 commit comments

Comments
 (0)