Skip to content

Commit

Permalink
Remove spurious println
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Feb 6, 2024
1 parent 1273074 commit ad4bea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drawing/src/l/three_d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ pub fn extrude_from_paths(
let ea = exterior.area();
let mut base_wire = wire_from_path(exterior, &mut verts);
if ea.signum() < 0.0 {
println!("inverting base");
base_wire.invert();
}
let base_face: Face = builder::try_attach_plane(&vec![base_wire]).unwrap();
Expand Down

0 comments on commit ad4bea0

Please sign in to comment.