Remove debug.

pull/1334/head
pavoni 2016-02-19 16:41:05 +00:00
parent 85bf9a49ea
commit a75833cf2b
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ def trigger(hass, config, action):
def state_for_cancel_listener(entity, inner_from_s, inner_to_s):
""" Fires on state changes and cancels
for listener if state changed. """
logging.getLogger(__name__).error(
'state_for_cancel_listener')
if inner_to_s == to_s:
return
hass.bus.remove_listener(EVENT_TIME_CHANGED, for_time_listener)