Skip to content

Commit a01f6c9

Browse files
committed
unix/main: Remove stray mp_printf() from previous commit.
1 parent 66fd3e4 commit a01f6c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

unix/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ STATIC int handle_uncaught_exception(mp_obj_t exc) {
8585

8686
// Report all other exceptions
8787
mp_obj_print_exception(&mp_stderr_print, exc);
88-
mp_printf(&mp_stderr_print, exc);
8988
return 1;
9089
}
9190

0 commit comments

Comments
 (0)