remove console output
This commit is contained in:
parent
899d19a001
commit
3c90711938
1 changed files with 0 additions and 2 deletions
|
@ -134,8 +134,6 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
||||||
|
|
||||||
private Process CreateProcess(string executable, string args)
|
private Process CreateProcess(string executable, string args)
|
||||||
{
|
{
|
||||||
Console.WriteLine("[CreateProcess] " + new {executable, args});
|
|
||||||
|
|
||||||
var psi = new ProcessStartInfo
|
var psi = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
FileName = executable,
|
FileName = executable,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue