From 116ae5cada0a29b54c642a6b05b09a5520c73f54 Mon Sep 17 00:00:00 2001 From: gallery2 Date: Tue, 26 Jan 2021 15:29:32 +0000 Subject: [PATCH] re-comment out print statement (testing print statement). --- relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.