From f48e65096a1216bed879701a6f234a0a69d97cff Mon Sep 17 00:00:00 2001 From: Stefan Jonasson Date: Wed, 23 Sep 2015 11:38:47 +0200 Subject: [PATCH] Removed logging. --- homeassistant/components/switch/tellstick.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/switch/tellstick.py b/homeassistant/components/switch/tellstick.py index d01718b2c4d..ab9f819501b 100644 --- a/homeassistant/components/switch/tellstick.py +++ b/homeassistant/components/switch/tellstick.py @@ -91,8 +91,6 @@ class TellstickSwitchDevice(ToggleEntity): @property def is_on(self): """ True if switch is on. """ - logging.getLogger(__name__).info( - "Returning state for {}".format(self.tellstick_device.id)) last_command = self.tellstick_device.last_sent_command( self.last_sent_command_mask)