diff --git a/main.py b/main.py index 34ce2e7..c2f40ae 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,6 @@ def error_print(message: str): #relay def relay_controller(pin: int, state: str): - print(state) if state == "True": relay = gpiozero.OutputDevice(pin, active_high=True, initial_value=False) relay.on()