diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-13 17:33:42 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-13 17:33:42 +0200 |
commit | a01f6c9ae7c2be095a2ff954892dfc4c9217840f (patch) | |
tree | 619d396b8b56ccb172e5e6e56d321a677bfd2752 /unix/main.c | |
parent | 66fd3e4a7b79f81ea66c87f7607fa463bc8def15 (diff) |
unix/main: Remove stray mp_printf() from previous commit.
Diffstat (limited to 'unix/main.c')
-rw-r--r-- | unix/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |