aboutsummaryrefslogtreecommitdiff
path: root/src/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry')
-rw-r--r--src/geometry/contact_generator/heightfield_shape_contact_generator.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/geometry/contact_generator/heightfield_shape_contact_generator.rs b/src/geometry/contact_generator/heightfield_shape_contact_generator.rs
index f59a94b..04afc65 100644
--- a/src/geometry/contact_generator/heightfield_shape_contact_generator.rs
+++ b/src/geometry/contact_generator/heightfield_shape_contact_generator.rs
@@ -71,10 +71,10 @@ fn do_generate_contacts(
} else {
manifold.subshape_index_pair.1
};
- println!(
- "Restoring for {} [chosen with {:?}]",
- subshape_id, manifold.subshape_index_pair
- );
+ // println!(
+ // "Restoring for {} [chosen with {:?}]",
+ // subshape_id, manifold.subshape_index_pair
+ // );
// Use dummy shapes for the dispatch.
#[cfg(feature = "dim2")]