Browse Source

gc: Turn off debugging info again

pull/697/head
stijn 11 years ago
parent
commit
9acb5e4cf0
  1. 2
      py/gc.c

2
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

Loading…
Cancel
Save