From a9258431219f1fcc7400cd8bfd67290650182b86 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 4 Jun 2018 12:35:42 -0700 Subject: [PATCH] Remove debug line --- scripts/bootstrap.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index f02a98ef0c..d3ea2a6f29 100644 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -325,7 +325,6 @@ function vcpkgInvokeCommandClean() # vcpkgInvokeCommandClean cmd "/c echo %PATH%" Write-Host "`nBuilding vcpkg.exe ...`n" -Write-Host $arguments $ec = vcpkgInvokeCommandClean $msbuildExe $arguments if ($ec -ne 0)