Remove stray debugging code

This commit is contained in:
Alexander Karatarakis 2017-09-14 13:41:07 -07:00
parent aa72ecc6a4
commit 8339f29df5

View File

@ -460,11 +460,6 @@ namespace vcpkg::Commands::Install
const ElapsedTime build_timer = ElapsedTime::create_started();
counter++;
if (counter > 2)
{
// break;
}
const std::string display_name = action.spec().to_string();
System::println("Starting package %d/%d: %s", counter, package_count, display_name);