summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.c')
-rw-r--r--py/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/gc.c b/py/gc.c
index d78b70a9cf..90b7b89e5d 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -40,7 +40,7 @@
#if MICROPY_ENABLE_GC
-#if 1 // print debugging info
+#if 0 // print debugging info
#define DEBUG_PRINT (1)
#define DEBUG_printf DEBUG_printf
#else // don't print debugging info