atmel-samd: Stop dumping gc info on collect.

Fixes #27.
This commit is contained in:
Scott Shawcroft 2016-12-07 17:51:10 -08:00
parent 1b819c6816
commit 6225b89c76
1 changed files with 0 additions and 1 deletions

View File

@ -342,7 +342,6 @@ void gc_collect(void) {
// range.
gc_collect_root(&dummy, ((mp_uint_t)stack_top - (mp_uint_t)&dummy) / sizeof(mp_uint_t));
gc_collect_end();
gc_dump_info();
}
mp_lexer_t *fat_vfs_lexer_new_from_file(const char *filename);