summaryrefslogtreecommitdiff
path: root/test/src/gtest_fieldstat_topk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/gtest_fieldstat_topk.cpp')
-rw-r--r--test/src/gtest_fieldstat_topk.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/src/gtest_fieldstat_topk.cpp b/test/src/gtest_fieldstat_topk.cpp
index 38d71ba..2d7479f 100644
--- a/test/src/gtest_fieldstat_topk.cpp
+++ b/test/src/gtest_fieldstat_topk.cpp
@@ -26,8 +26,6 @@ Heavy_keeper_tester *Construct_default_tester(int output_window = 1)
tester->take_action("field2", "world", 10);
tester->take_action("field2", "WORLD", 42);
- printf("Construct_default_tester done\n");
-
return tester;
}