Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Oct 25, 2024
1 parent 99117cc commit fcb660b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions geo/src/algorithm/bool_ops/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ fn jts_test_overlay_la_1() {
))
.convert();

dbg!(a.wkt_string());
dbg!(b.wkt_string());
dbg!(actual.wkt_string());
dbg!(expected.wkt_string());
let im = actual.relate(&expected);
dbg!(&im);
assert!(im.is_equal_topo());
}

Expand Down

0 comments on commit fcb660b

Please sign in to comment.