diff options
Diffstat (limited to 'src_testbed')
| -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( |
