Remove trace

pull/394/head
pavoni 2015-09-25 15:51:09 +01:00
parent 3ec00ce4fe
commit 63bf4db969
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ class Scene(ToggleEntity):
def _reproduce_state(self, states):
""" Wraps reproduce state with Scence specific logic. """
print('REPRODUCE_STATE')
self.ignore_updates = True
reproduce_state(self.hass, states, True)
self.ignore_updates = False