Skip to content
Snippets Groups Projects
Commit a01f6c9a authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix/main: Remove stray mp_printf() from previous commit.

parent 66fd3e4a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment