mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-31 09:57:14 +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
|
// Create a table to hold the number of active buckets
|
||||||
Table tbl(DefaultVM::Get());
|
Table tbl(DefaultVM::Get());
|
||||||
printf("Adding Bucket %d\n", 0);
|
|
||||||
// Insert the interval of each active bucket
|
// Insert the interval of each active bucket
|
||||||
for (const auto & bucket : s_Buckets)
|
for (const auto & bucket : s_Buckets)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user