Skip to content

Commit 0e80479

Browse files
committed
Optimize, clean up
1 parent ba0e307 commit 0e80479

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
@@ -823,8 +823,6 @@ def _scan_thermostats(self) -> None:
823823
return
824824

825825
self._match_and_rank_thermostats()
826-
# for location_id in self._new_locations:
827-
# location = self._loc_data[location_id]
828826
for location_id, location in self._loc_data.items():
829827
if location["primary_prio"] != 0:
830828
self._new_zones.append(location_id)

0 commit comments

Comments
 (0)