Delete unneed print command
This commit is contained in:
parent
7aa786493b
commit
2a1aae6da8
@ -13,5 +13,4 @@ led.direction = digitalio.Direction.OUTPUT
|
||||
# If the D0 is connected to ground with a wire
|
||||
# CircuitPython can write to the drive
|
||||
storage.remount("/", switch.value)
|
||||
print("Readonly : {}".format(switch.value))
|
||||
led.value = switch.value
|
Loading…
Reference in New Issue
Block a user