mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
Remove stray debugging code
This commit is contained in:
parent
aa72ecc6a4
commit
8339f29df5
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user