Skip to content

Commit 3b06867

Browse files
author
brentru
committed
remove debug!
1 parent 9b4097c commit 3b06867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fona_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
rst = digitalio.DigitalInOut(board.D4)
2222

2323
# Initialize FONA module (this may take a few seconds)
24-
fona = FONA(uart, rst, debug=True)
24+
fona = FONA(uart, rst)
2525

2626
print("Adafruit FONA WebClient Test")
2727

0 commit comments

Comments
 (0)