From 04b3c53754b0043c8f7cfea954f369a1eea3fecc Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 10 Aug 2023 13:58:20 -0700 Subject: [PATCH] remove log statement --- custom_components/adaptive_lighting/switch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index eb005ef2..ad23253c 100644 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -2259,8 +2259,6 @@ class AdaptiveLightingManager: elif state == STATE_OFF: # is turning on on(eid, event) - _LOGGER.debug("end of turn_on_off_event_listener()") - async def state_changed_event_listener(self, event: Event) -> None: """Track 'state_changed' events.""" entity_id = event.data.get(ATTR_ENTITY_ID, "")