remove accidental print

This commit is contained in:
Ruben van de Ven 2019-06-14 15:57:33 +02:00
parent 8a3b8e070b
commit 5af386212e
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ class CentralCommand(object):
statusses = [hv.isAvailable() for hv in self.hugveys.values()]
lightOn = True not in statusses
lightCode = 1 if lightOn else 0
print("LIGHT", lightCode)
if lightCode != currentCode:
self.commandLight('/red', [lightCode])
currentCode = lightCode