Commit a01f6c9a authored by Paul Sokolovsky's avatar Paul Sokolovsky

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

parent 66fd3e4a
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment