From 63bf4db96953ac2fd5c51bec88858bbd92be000a Mon Sep 17 00:00:00 2001 From: pavoni Date: Fri, 25 Sep 2015 15:51:09 +0100 Subject: [PATCH] Remove trace --- homeassistant/components/scene.py | 1 - 1 file changed, 1 deletion(-) 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