From a01f6c9ae7c2be095a2ff954892dfc4c9217840f Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
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 26773e95d..26b7a1368 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;
 }
 
-- 
GitLab