Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed Jan 8, 2023
1 parent ba368b6 commit 60cec04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ fn assert_eq_strategy_ops<T: Debug + PartialEq>(
for op in ops {
let l_value = l_tree.current();
let r_value = r_tree.current();
println!("{l_value:?} {r_value:?}");
assert_eq!(l_value, r_value, "value: {step}");
step += 1;
match op {
Expand Down

0 comments on commit 60cec04

Please sign in to comment.