diff options
Diffstat (limited to 'ports/unix/main.c')
-rw-r--r-- | ports/unix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/main.c b/ports/unix/main.c index 74b557016..34847a6ff 100644 --- a/ports/unix/main.c +++ b/ports/unix/main.c @@ -699,7 +699,7 @@ MP_NOINLINE int main_(int argc, char **argv) { free(heap); #endif - //printf("total bytes = %d\n", m_get_total_bytes_allocated()); + // printf("total bytes = %d\n", m_get_total_bytes_allocated()); return ret & 0xff; } |