diff options
author | stijn <stinos@zoho.com> | 2014-06-18 12:29:03 +0200 |
---|---|---|
committer | stijn <stinos@zoho.com> | 2014-06-18 12:29:03 +0200 |
commit | 9acb5e4cf00c752f16a9606572ad440e2f545dbf (patch) | |
tree | c8d597d92a95017c29a56417c9917801a0249594 | |
parent | def10cecd18bc41418a41d8130aab31c84874361 (diff) |
gc: Turn off debugging info again
-rw-r--r-- | py/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |