@@ -395,7 +395,6 @@ public sealed class PythonCommandLine : CommandLine {
             } catch (ThreadAbortException tae) {
                 KeyboardInterruptException pki = tae.ExceptionState as KeyboardInterruptException;
                 if (pki != null) {
-                    Console.WriteLine(Language.FormatException(tae), Style.Error);
                     Thread.ResetAbort();
                 }
 #endif