summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
diff options
context:
space:
mode:
authorstijn <stinos@zoho.com>2014-06-18 12:29:03 +0200
committerstijn <stinos@zoho.com>2014-06-18 12:29:03 +0200
commit9acb5e4cf00c752f16a9606572ad440e2f545dbf (patch)
treec8d597d92a95017c29a56417c9917801a0249594 /py/gc.c
parentdef10cecd18bc41418a41d8130aab31c84874361 (diff)
downloadmicropython-9acb5e4cf00c752f16a9606572ad440e2f545dbf.tar.gz
micropython-9acb5e4cf00c752f16a9606572ad440e2f545dbf.zip
gc: Turn off debugging info again
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