remove extra diagnostic output from ForwardApp

This commit is contained in:
Jon Sequeira 2017-03-16 15:46:27 -07:00
parent e5d7fb8236
commit 4d8bab8389

View file

@ -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)