Skip to content

Commit fdd19c1

Browse files
committed
Clean up
1 parent b0e0ed1 commit fdd19c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/smile.py

Lines changed: 0 additions & 2 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,
@@ -427,7 +426,6 @@ async def set_switch_state(
427426
uri = f"{APPLIANCES};id={appl_id}/{switch.device};id={switch_id}"
428427
if model == "relay":
429428
lock_blocked = self.gw_entities[appl_id]["switches"].get("lock")
430-
LOGGER.debug("HOI lock_blocked=%s", lock_blocked)
431429
if lock_blocked or lock_blocked is None:
432430
# Don't switch a relay when its corresponding lock-state is true or no
433431
# lock is present. That means the relay can't be controlled by the user.

0 commit comments

Comments
 (0)