summaryrefslogtreecommitdiff
path: root/ports/zephyr/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zephyr/main.c')
-rw-r--r--ports/zephyr/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/zephyr/main.c b/ports/zephyr/main.c
index 869449e7d..a2dfb1660 100644
--- a/ports/zephyr/main.c
+++ b/ports/zephyr/main.c
@@ -186,7 +186,6 @@ void gc_collect(void) {
gc_collect_start();
gc_collect_root(&dummy, ((mp_uint_t)MP_STATE_THREAD(stack_top) - (mp_uint_t)&dummy) / sizeof(mp_uint_t));
gc_collect_end();
- // gc_dump_info();
}
#if !MICROPY_READER_VFS