Remove debug.
This commit is contained in:
parent
85bf9a49ea
commit
a75833cf2b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue