Remove debug print

This commit is contained in:
Sébastien Crozet
2021-10-14 11:55:31 +02:00
committed by Sébastien Crozet
parent fe87e2d586
commit b59e813fd3

View File

@@ -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(