Delete unneed print command

This commit is contained in:
Pierrick C 2018-08-03 18:55:30 +02:00
parent 7aa786493b
commit 2a1aae6da8

View File

@ -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