[fetchDependendy.ps1] Remove obsolete comment

This commit is contained in:
Alexander Karatarakis 2017-11-03 16:35:15 -07:00
parent 98b2654c77
commit 9dc02f48b6

View File

@ -57,9 +57,6 @@ function SelectProgram([Parameter(Mandatory=$true)][string]$Dependency)
return
}
# Can't print because vcpkg captures the output and expects only the path that is returned at the end of this script file
# Write-Host "A suitable version of $Dependency was not found (required v$requiredVersion). Downloading portable $Dependency v$downloadVersion..."
if (!(Test-Path $downloadDir))
{
New-Item -ItemType directory -Path $downloadDir | Out-Null