summaryrefslogtreecommitdiff
path: root/extmod/modwebrepl.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/modwebrepl.c')
-rw-r--r--extmod/modwebrepl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modwebrepl.c b/extmod/modwebrepl.c
index a76016e63..b3ee6ce3e 100644
--- a/extmod/modwebrepl.c
+++ b/extmod/modwebrepl.c
@@ -41,7 +41,7 @@
#if MICROPY_PY_WEBREPL
-#if 1 // print debugging info
+#if 0 // print debugging info
#define DEBUG_printf DEBUG_printf
#else // don't print debugging info
#define DEBUG_printf(...) (void)0