[vcpkg] hotfix for ci/install merge

Disables accidental testing statement that was left in during the commit.
This commit is contained in:
Robert Schumacher 2017-09-14 08:14:41 -07:00 committed by GitHub
parent be27ae05f0
commit aa72ecc6a4

View File

@ -462,7 +462,7 @@ namespace vcpkg::Commands::Install
if (counter > 2)
{
break;
// break;
}
const std::string display_name = action.spec().to_string();