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)