Remove print

This commit is contained in:
Fabian Affolter 2015-12-18 17:34:23 +01:00
parent 4a0ec36fea
commit 2efca59352

View file

@ -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: