diff --git a/relay.py b/relay.py index fbc976a..ffbfcc1 100644 --- a/relay.py +++ b/relay.py @@ -35,7 +35,7 @@ def main(): # print(the_reading) # For testing. if the_reading > 48: # Print for testing. - print(f"[INFO] Light is on -- {the_reading}.") + # print(f"[INFO] Light is on -- {the_reading}.") GPIO.output(relay_pin, GPIO.HIGH) else: # Print for testing.