mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Remove debug.
This commit is contained in:
parent
85bf9a49ea
commit
a75833cf2b
@ -70,8 +70,6 @@ def trigger(hass, config, action):
|
|||||||
def state_for_cancel_listener(entity, inner_from_s, inner_to_s):
|
def state_for_cancel_listener(entity, inner_from_s, inner_to_s):
|
||||||
""" Fires on state changes and cancels
|
""" Fires on state changes and cancels
|
||||||
for listener if state changed. """
|
for listener if state changed. """
|
||||||
logging.getLogger(__name__).error(
|
|
||||||
'state_for_cancel_listener')
|
|
||||||
if inner_to_s == to_s:
|
if inner_to_s == to_s:
|
||||||
return
|
return
|
||||||
hass.bus.remove_listener(EVENT_TIME_CHANGED, for_time_listener)
|
hass.bus.remove_listener(EVENT_TIME_CHANGED, for_time_listener)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user