diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-07 17:51:10 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-07 17:51:10 -0800 |
| commit | 6225b89c764f8e9e44fc03f9544e9d2162bb0659 (patch) | |
| tree | 89873b828fca87107c6ae5ae37d7a23179d85db7 /atmel-samd/main.c | |
| parent | 1b819c6816a94cf145971d80068dd486e09c06b5 (diff) | |
atmel-samd: Stop dumping gc info on collect.
Fixes #27.
Diffstat (limited to 'atmel-samd/main.c')
| -rw-r--r-- | atmel-samd/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atmel-samd/main.c b/atmel-samd/main.c index adbca42ea..c48f7e012 100644 --- a/atmel-samd/main.c +++ b/atmel-samd/main.c @@ -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); |
