remove debug output

This commit is contained in:
Guenter Obiltschnig 2017-02-20 16:55:51 +01:00
parent 7a199d5545
commit d8a0eec15e

View File

@ -136,7 +136,6 @@ function Set-Environment
$Command = "$($vsdir)..\..\VC\vcvarsall.bat"
}
$tempFile = [IO.Path]::GetTempFileName()
Write-Host "Command: $Command $CommandArg"
cmd /c " `"$Command`" $CommandArg && set > `"$tempFile`" "
Get-Content $tempFile | Foreach-Object {
if($_ -match "^(.*?)=(.*)$")