Skip to content

Commit 18775d3

Browse files
committed
extmod/modwebrepl: Set debugging by default to off.
That's production setting. Also, extra UART output may affect behavior of (subpar) network drivers.
1 parent f8170db commit 18775d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extmod/modwebrepl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
#if MICROPY_PY_WEBREPL
4343

44-
#if 1 // print debugging info
44+
#if 0 // print debugging info
4545
#define DEBUG_printf DEBUG_printf
4646
#else // don't print debugging info
4747
#define DEBUG_printf(...) (void)0

0 commit comments

Comments
 (0)