Commit 08fee44c authored by Kristian Tan's avatar Kristian Tan

removed broken print

parent a9915fb5
......@@ -35,7 +35,6 @@ def action(change_pin):
change_pin = int(change_pin)
device_name = pins[change_pin]['name']
print("Input value before change: " + str(GPIO.input(change_pin)))
print("CHANGE PIN: " + change_pin)
# if action == "on":
# GPIO.output(change_pin, GPIO.HIGH)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment