mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Remove leftover printf from previous commit.
This commit is contained in:
parent
bbb4c12f9c
commit
ad6aef3637
@ -913,7 +913,6 @@ Table Routine::GetBucketsTable()
|
||||
{
|
||||
// Create a table to hold the number of active buckets
|
||||
Table tbl(DefaultVM::Get());
|
||||
printf("Adding Bucket %d\n", 0);
|
||||
// Insert the interval of each active bucket
|
||||
for (const auto & bucket : s_Buckets)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user