From 9acb5e4cf00c752f16a9606572ad440e2f545dbf Mon Sep 17 00:00:00 2001 From: stijn Date: Wed, 18 Jun 2014 12:29:03 +0200 Subject: [PATCH] gc: Turn off debugging info again --- py/gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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