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: