Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Sep 6, 2024
1 parent a474e69 commit 21ba039
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/mesh_cleanup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ impl Mesh {
false
})
else {
// println!(
// "searching for {:?} in {:?}",
// vertex_coords,
// polygon0
// .iter()
// .map(|v| layer0.vertices[*v as usize].coords
// + layer0.offset)
// .collect::<Vec<_>>()
// );
return vec![pair[0], u32::MAX];
};
let polygon1 =
Expand All @@ -98,15 +89,6 @@ impl Mesh {
false
})
else {
// println!(
// "searching for {:?} in {:?}",
// vertex_coords,
// polygon1
// .iter()
// .map(|v| layer1.vertices[*v as usize].coords
// + layer1.offset)
// .collect::<Vec<_>>()
// );
return vec![pair[0], u32::MAX];
};

Expand Down

0 comments on commit 21ba039

Please sign in to comment.