remove extra diagnostic output from ForwardApp
This commit is contained in:
parent
e5d7fb8236
commit
4d8bab8389
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue