From b59e813fd336419fcd44a78adc0b2c88b1d1cdca Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Thu, 14 Oct 2021 11:55:31 +0200 Subject: Remove debug print --- src_testbed/graphics.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src_testbed') 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, out: &mut Vec, ) { - println!("Shape type: {:?}", shape.shape_type()); if let Some(compound) = shape.as_compound() { for (shape_pos, shape) in compound.shapes() { self.add_shape( -- cgit