diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-13 16:10:42 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-13 16:10:42 -0800 |
| commit | 18c1210e87f525244040b1831444ee4d400c5482 (patch) | |
| tree | c35e888f617b5711c3dc6f8d76a19fad3dae57f8 | |
| parent | 781633c716a2d0dc32ebf352fb5dd5ffdecad1d3 (diff) | |
atmel-samd: Remove debug output.
| -rw-r--r-- | atmel-samd/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/atmel-samd/main.c b/atmel-samd/main.c index aa94ab3e5..b88e03053 100644 --- a/atmel-samd/main.c +++ b/atmel-samd/main.c @@ -246,7 +246,6 @@ bool start_mp(void) { bool cdc_enabled_before = false; uint32_t pattern_start = ticks_ms; - printf("result code %d %d.\r\n", result.return_code, result.exception_line); uint32_t total_exception_cycle = 0; uint8_t ones = result.exception_line % 10; ones += ones > 0 ? 1 : 0; @@ -284,7 +283,6 @@ bool start_mp(void) { if (cdc_enabled_at_start) { mp_hal_stdout_tx_str("\r\n\r\n"); } else { - printf("result code %d %d.\r\n", result.return_code, result.exception_line); mp_hal_stdout_tx_str("Auto-soft reset is on. Simply save files over USB to run them.\r\n"); } mp_hal_stdout_tx_str("Press any key to enter the REPL and disable auto-reset. Use CTRL-D to soft reset.\r\n"); |
