From 4d8bab8389a123e8516a89964318e02441dc6368 Mon Sep 17 00:00:00 2001 From: Jon Sequeira Date: Thu, 16 Mar 2017 15:46:27 -0700 Subject: [PATCH] remove extra diagnostic output from ForwardApp --- src/dotnet/ForwardingApp.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dotnet/ForwardingApp.cs b/src/dotnet/ForwardingApp.cs index aad57a197..2ae292b75 100644 --- a/src/dotnet/ForwardingApp.cs +++ b/src/dotnet/ForwardingApp.cs @@ -80,8 +80,6 @@ namespace Microsoft.DotNet.Cli UseShellExecute = false }; - Reporter.Output.WriteLine($"[Forwarding] {processInfo.FileName} {processInfo.Arguments}"); - if (_environmentVariables != null) { foreach (var entry in _environmentVariables)