From 86973226b147c8567166938035d10efa15000cc6 Mon Sep 17 00:00:00 2001
From: pavoni <mail@gregdowling.com>
Date: Thu, 25 Feb 2016 23:13:20 +0000
Subject: [PATCH] Remove ghost comment.

---
 homeassistant/components/switch/wemo.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py
index 624b8688a1c..5eac5a14ed5 100644
--- a/homeassistant/components/switch/wemo.py
+++ b/homeassistant/components/switch/wemo.py
@@ -120,8 +120,6 @@ class WemoSwitch(SwitchDevice):
         """Is the device on - or in standby."""
         if self.insight_params:
             standby_state = self.insight_params['state']
-            # Standby  is actually '8' but seems more defensive
-            # to check for the On and Off states
             if standby_state == WEMO_ON:
                 return STATE_OFF
             elif standby_state == WEMO_OFF:
-- 
GitLab