8000 atmel-samd: Stop dumping gc info on collect. · tannewt/circuitpython@6225b89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6225b89

Browse files
committed
atmel-samd: Stop dumping gc info on collect.
Fixes micropython#27.
1 parent 1b819c6 commit 6225b89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

atmel-samd/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ void gc_collect(void) {
342342
// range.
343343
gc_collect_root(&dummy, ((mp_uint_t)stack_top - (mp_uint_t)&dummy) / sizeof(mp_uint_t));
344344
gc_collect_end();
345-
gc_dump_info();
346345
}
347346

348347
mp_lexer_t *fat_vfs_lexer_new_from_file(const char *filename);

0 commit comments

Comments
 (0)
0