summaryrefslogtreecommitdiff
path: root/src/CGALEvaluator.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-01-25 22:34:43 (GMT)
committerMarius Kintel <marius@kintel.net>2012-01-25 22:34:43 (GMT)
commit43f48ef942b9579c76c163306abe02e1d8fb4dd1 (patch)
tree84b8daaa333a56390d70ea6000c5fd3b07c5aa37 /src/CGALEvaluator.cc
parente5ca86f408c67ed740221ae6c6a8068c519c70ad (diff)
Removed overly verbose 'reduce polygons' messages
Diffstat (limited to 'src/CGALEvaluator.cc')
-rw-r--r--src/CGALEvaluator.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CGALEvaluator.cc b/src/CGALEvaluator.cc
index d44b5a9..cd8cd55 100644
--- a/src/CGALEvaluator.cc
+++ b/src/CGALEvaluator.cc
@@ -579,12 +579,7 @@ CGAL_Nef_polyhedron CGALEvaluator::evaluateCGALMesh(const PolySet &ps)
};
PolyReducer pr(ps);
- int numpolygons_before = pr.polygons.size();
pr.reduce();
- int numpolygons_after = pr.polygons.size();
- if (numpolygons_after < numpolygons_before) {
- PRINTB("reduce polygons: %d -> %d", numpolygons_before % numpolygons_after);
- }
return CGAL_Nef_polyhedron(pr.toNef());
#endif
#if 0
contact: Jan Huwald // Impressum