From 794a11db21c825de718f14f00049cb04c28e97a3 Mon Sep 17 00:00:00 2001 From: pavoni Date: Mon, 31 Aug 2015 16:33:12 +0100 Subject: [PATCH] Remove debug statements! --- homeassistant/components/switch/wemo.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index 6bb694c1adf..98c6ed5aa01 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -59,9 +59,6 @@ class WemoSwitch(SwitchDevice): if not is_on: return STATE_OFF elif self.is_standby: - print(STATE_STANDBY) - print(self.wemo) - # import pdb; pdb.set_trace() return STATE_STANDBY return STATE_ON