From d5bf6794aacd85b75746a1eb0b722c03a1d854f6 Mon Sep 17 00:00:00 2001 From: PavelMikus Date: Thu, 2 Jun 2022 15:08:44 +0200 Subject: [PATCH] comment out debug info --- src/libslic3r/ShortEdgeCollapse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/ShortEdgeCollapse.cpp b/src/libslic3r/ShortEdgeCollapse.cpp index 0f96e93c5..897b57759 100644 --- a/src/libslic3r/ShortEdgeCollapse.cpp +++ b/src/libslic3r/ShortEdgeCollapse.cpp @@ -167,7 +167,7 @@ void its_short_edge_collpase(indexed_triangle_set &mesh, size_t target_triangle_ decimation_ratio = float(faces_to_remove.size()) / float(mesh.indices.size()); - std::cout << " DECIMATION RATIO: " << decimation_ratio << std::endl; +// std::cout << " DECIMATION RATIO: " << decimation_ratio << std::endl; // finally update the mesh mesh.vertices = new_vertices;