Skip to content

Commit 18c1210

Browse files
committed
atmel-samd: Remove debug output.
1 parent 781633c commit 18c1210

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

atmel-samd/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ bool start_mp(void) {
246246
bool cdc_enabled_before = false;
247247
uint32_t pattern_start = ticks_ms;
248248

249-
printf("result code %d %d.\r\n", result.return_code, result.exception_line);
250249
uint32_t total_exception_cycle = 0;
251250
uint8_t ones = result.exception_line % 10;
252251
ones += ones > 0 ? 1 : 0;
@@ -284,7 +283,6 @@ bool start_mp(void) {
284283
if (cdc_enabled_at_start) {
285284
mp_hal_stdout_tx_str("\r\n\r\n");
286285
} else {
287-
printf("result code %d %d.\r\n", result.return_code, result.exception_line);
288286
mp_hal_stdout_tx_str("Auto-soft reset is on. Simply save files over USB to run them.\r\n");
289287
}
290288
mp_hal_stdout_tx_str("Press any key to enter the REPL and disable auto-reset. Use CTRL-D to soft reset.\r\n");

0 commit comments

Comments
 (0)