gc: Turn off debugging info again

This commit is contained in:
stijn 2014-06-18 12:29:03 +02:00
parent def10cecd1
commit 9acb5e4cf0
1 changed files with 1 additions and 1 deletions

View File

@ -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