[unit-tests] remove a bit of debug output

This commit is contained in:
Joe Thornber 2013-06-25 10:55:50 +01:00
parent 46c0f74a9e
commit bcdb373b9a

View File

@ -637,7 +637,6 @@ TEST_F(BTreeDamageVisitor2Tests, damaged_leaf)
};
node_info n = layout_->random_node(leaf1);
cerr << "node: " << n << endl;
trash_block(n.b);
expect_damage(n.path, n.keys);