From a01f6c9ae7c2be095a2ff954892dfc4c9217840f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 13 Nov 2015 17:33:42 +0200 Subject: [PATCH] unix/main: Remove stray mp_printf() from previous commit. --- unix/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/unix/main.c b/unix/main.c index 26773e95d1..26b7a13683 100644 --- a/unix/main.c +++ b/unix/main.c @@ -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; }