unix/main: Remove stray mp_printf() from previous commit.
This commit is contained in:
parent
66fd3e4a7b
commit
a01f6c9ae7
@ -85,7 +85,6 @@ STATIC int handle_uncaught_exception(mp_obj_t exc) {
|
||||
|
||||
// Report all other exceptions
|
||||
mp_obj_print_exception(&mp_stderr_print, exc);
|
||||
mp_printf(&mp_stderr_print, exc);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user