From 18c1210e87f525244040b1831444ee4d400c5482 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 13 Dec 2016 16:10:42 -0800 Subject: atmel-samd: Remove debug output. --- atmel-samd/main.c | 2 -- 1 file changed, 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"); -- cgit v1.2.3