1
0
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:
Sandu Liviu Catalin 2016-03-17 09:49:27 +02:00
parent bbb4c12f9c
commit ad6aef3637

View File

@ -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)
{