diff --git a/src/vstest.console/Internal/ConsoleLogger.cs b/src/vstest.console/Internal/ConsoleLogger.cs index d9d7184bf6..35db258aa7 100644 --- a/src/vstest.console/Internal/ConsoleLogger.cs +++ b/src/vstest.console/Internal/ConsoleLogger.cs @@ -597,7 +597,6 @@ private void TestRunCompleteHandler(object sender, TestRunCompleteEventArgs e) Output.Information(false, attachmentOutput); } } - Output.WriteLine(String.Empty, OutputLevel.Information); } if (e.IsCanceled)