summaryrefslogtreecommitdiffstats
path: root/Python/pythonmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pythonmain.c')
-rw-r--r--Python/pythonmain.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/pythonmain.c b/Python/pythonmain.c
index 36f13f0..f7ff36c 100644
--- a/Python/pythonmain.c
+++ b/Python/pythonmain.c
@@ -300,9 +300,6 @@ print_error()
goaway(1);
}
}
- /*
- fprintf(stderr, "Unhandled exception: ");
- */
if (printobject(exception, stderr, PRINT_RAW) != 0)
err_clear();
if (v != NULL && v != None) {