diff --git a/homeassistant/components/scene.py b/homeassistant/components/scene.py index bf13989c3f2..4a85adefd17 100644 --- a/homeassistant/components/scene.py +++ b/homeassistant/components/scene.py @@ -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