1 parent f8170db commit 18775d3Copy full SHA for 18775d3
1 file changed
extmod/modwebrepl.c
@@ -41,7 +41,7 @@
41
42
#if MICROPY_PY_WEBREPL
43
44
-#if 1 // print debugging info
+#if 0 // print debugging info
45
#define DEBUG_printf DEBUG_printf
46
#else // don't print debugging info
47
#define DEBUG_printf(...) (void)0
0 commit comments