From 17b6c83499a0359e1e7f3926c378eb4e25ba2b93 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Wed, 30 Oct 2019 09:09:57 +0100 Subject: [PATCH] Remove debug output --- libsrc/meshing/improve3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/improve3.cpp b/libsrc/meshing/improve3.cpp index bda1cfdb..bb90bada 100644 --- a/libsrc/meshing/improve3.cpp +++ b/libsrc/meshing/improve3.cpp @@ -778,7 +778,7 @@ void MeshOptimize3d :: SplitImprove (Mesh & mesh, } topt.Stop(); mesh.Compress(); - PrintMessage (1, cnt, " splits performed"); + PrintMessage (5, cnt, " splits performed"); (*testout) << "Splitt - Improve done" << "\n"; if (goal == OPT_QUALITY)