From 2efca59352ec413ea0d4d759e525730af02e841a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 18 Dec 2015 17:34:23 +0100 Subject: [PATCH] Remove print --- homeassistant/components/binary_sensor/rest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/binary_sensor/rest.py b/homeassistant/components/binary_sensor/rest.py index 327aa4bbcfc..60963988f39 100644 --- a/homeassistant/components/binary_sensor/rest.py +++ b/homeassistant/components/binary_sensor/rest.py @@ -89,8 +89,6 @@ class RestBinarySensor(BinarySensorDevice): @property def is_on(self): """ True if the binary sensor is on. """ - print("### UPDATE ", self.rest.data) - if self.rest.data is False: return False else: