Skip to content

Commit 1c77021

Browse files
committed
Remove debugging
1 parent 4a1a8e0 commit 1c77021

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugwise/helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,10 +1247,7 @@ 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-
LOGGER.debug("HOI 1 %s", type(entry))
12521250
if "preset" in entry:
1253-
LOGGER.debug("HOI 2 %s", entry["preset"])
12541251
schedule[directive.attrib["time"]] = [
12551252
float(self._presets(loc_id)[entry["preset"]][0]),
12561253
float(self._presets(loc_id)[entry["preset"]][1]),

0 commit comments

Comments
 (0)