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

This commit is contained in:
Paul Sokolovsky 2015-11-13 17:33:42 +02:00
parent 66fd3e4a7b
commit a01f6c9ae7

View File

@ -85,7 +85,6 @@ STATIC int handle_uncaught_exception(mp_obj_t exc) {
// Report all other exceptions // Report all other exceptions
mp_obj_print_exception(&mp_stderr_print, exc); mp_obj_print_exception(&mp_stderr_print, exc);
mp_printf(&mp_stderr_print, exc);
return 1; return 1;
} }