From ad6aef36373cb7f6e11e94e494e101c6ba0f63f7 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Thu, 17 Mar 2016 09:49:27 +0200 Subject: [PATCH] Remove leftover printf from previous commit. --- source/Routine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Routine.cpp b/source/Routine.cpp index dbc82d12..1675d5af 100644 --- a/source/Routine.cpp +++ b/source/Routine.cpp @@ -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) {