diff options
-rw-r--r-- | zephyr/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/main.c b/zephyr/main.c index a11a6dbdab..d6980ad295 100644 --- a/zephyr/main.c +++ b/zephyr/main.c @@ -126,7 +126,7 @@ void gc_collect(void) { gc_collect_start(); gc_collect_root(&dummy, ((mp_uint_t)stack_top - (mp_uint_t)&dummy) / sizeof(mp_uint_t)); gc_collect_end(); - gc_dump_info(); + //gc_dump_info(); } mp_lexer_t *mp_lexer_new_from_file(const char *filename) { |