Skip to content

Commit

Permalink
remove stray dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 17, 2024
1 parent 3d36343 commit c75201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/arena-merged.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fn arena_merged() {
21.0575
);
assert_delta!(
dbg!(arena.path(Vec2::new(1.0, 10.0), Vec2::new(21.0, 2.0))),
arena.path(Vec2::new(1.0, 10.0), Vec2::new(21.0, 2.0)),
21.5407
);
assert_delta!(
Expand Down

0 comments on commit c75201e

Please sign in to comment.