aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-06-04 12:35:42 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-06-04 12:35:42 -0700
commita9258431219f1fcc7400cd8bfd67290650182b86 (patch)
tree03a8c3eec28b3ed3a3a23da6f3e1f5fd46d75747 /scripts
parentedfca678575f4ec3e14bf683ac6613cef5ea1b57 (diff)
downloadvcpkg-a9258431219f1fcc7400cd8bfd67290650182b86.tar.gz
vcpkg-a9258431219f1fcc7400cd8bfd67290650182b86.zip
Remove debug line
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index f02a98ef0..d3ea2a6f2 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)