Commit 5028ac0c authored by Yoni Fogel's avatar Yoni Fogel

refs #6287 Fully remove old debug info

git-svn-id: file:///svn/toku/tokudb@54500 c7de825b-a66e-492c-adef-691d508d4ae1
parent ca3af484
......@@ -5614,7 +5614,6 @@ keysrange_in_leaf_partition (FT_HANDLE brt, FTNODE node,
*equal_left = (r==0) ? 1 : 0;
uint32_t size = toku_omt_size(bn->buffer);
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