diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-10-14 11:55:31 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2021-10-14 12:14:34 +0200 |
| commit | b59e813fd336419fcd44a78adc0b2c88b1d1cdca (patch) | |
| tree | cdf2fbc50f992bf6de0d5f249203b68a4d89c806 /src_testbed/graphics.rs | |
| parent | fe87e2d58630bdf685621c1f349d2db7a9752b73 (diff) | |
| download | rapier-b59e813fd336419fcd44a78adc0b2c88b1d1cdca.tar.gz rapier-b59e813fd336419fcd44a78adc0b2c88b1d1cdca.tar.bz2 rapier-b59e813fd336419fcd44a78adc0b2c88b1d1cdca.zip | |
Remove debug print
Diffstat (limited to 'src_testbed/graphics.rs')
| -rw-r--r-- | src_testbed/graphics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src_testbed/graphics.rs b/src_testbed/graphics.rs index 197e77f..706fc60 100644 --- a/src_testbed/graphics.rs +++ b/src_testbed/graphics.rs @@ -301,7 +301,6 @@ impl GraphicsManager { color: Point3<f32>, out: &mut Vec<EntityWithGraphics>, ) { - println!("Shape type: {:?}", shape.shape_type()); if let Some(compound) = shape.as_compound() { for (shape_pos, shape) in compound.shapes() { self.add_shape( |
