diff --git a/hugvey/central_command.py b/hugvey/central_command.py index b56deaf..07004e1 100644 --- a/hugvey/central_command.py +++ b/hugvey/central_command.py @@ -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