Skip to content

Commit 9acb5e4

Browse files
committed
gc: Turn off debugging info again
1 parent def10ce commit 9acb5e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
#if MICROPY_ENABLE_GC
4242

43-
#if 1 // print debugging info
43+
#if 0 // print debugging info
4444
#define DEBUG_PRINT (1)
4545
#define DEBUG_printf DEBUG_printf
4646
#else // don't print debugging info

0 commit comments

Comments
 (0)