mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 13:32:11 +01:00
remove debug output
This commit is contained in:
@@ -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 "^(.*?)=(.*)$")
|
||||
|
||||
Reference in New Issue
Block a user