Commit 1e0bff8b authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

refs #5820 remove debug printf

git-svn-id: file:///svn/toku/tokudb@54495 c7de825b-a66e-492c-adef-691d508d4ae1
parent 34a615ed
......@@ -5614,7 +5614,7 @@ keysrange_in_leaf_partition (FT_HANDLE brt, FTNODE node,
*equal_left = (r==0) ? 1 : 0;
uint32_t size = toku_omt_size(bn->buffer);
printf("Estimated vs Actual: %" PRIu64 " vs %" PRIu32 "\n", estimated_num_rows, size);
if (0) printf("Estimated vs Actual: %" PRIu64 " vs %" PRIu32 "\n", estimated_num_rows, size);
uint32_t idx_right = size;
r = -1;
if (single_basement && key_right) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment