Remove debug output

This commit is contained in:
Matthias Hochsteger 2019-10-30 09:09:57 +01:00
parent 608a813295
commit 17b6c83499

View File

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