Remove debug line

This commit is contained in:
Alexander Karatarakis 2018-06-04 12:35:42 -07:00
parent edfca67857
commit a925843121

View File

@ -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)