From 32ce3810d01955d754ea74e93337fc6c0bbb710e Mon Sep 17 00:00:00 2001 From: Ravi Peters Date: Mon, 6 Jul 2020 11:59:20 +0200 Subject: [PATCH] do not write to cerr --- src/node_optimise_arrangement.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node_optimise_arrangement.cpp b/src/node_optimise_arrangement.cpp index 6c88eec..0fece97 100644 --- a/src/node_optimise_arrangement.cpp +++ b/src/node_optimise_arrangement.cpp @@ -229,7 +229,7 @@ void OptimiseArrangmentGridNode::process() { } } - std::cerr << " Graph-cut with " << faces.size() << " faces and " << points_per_plane.size() << " plane labels\n"; + // std::cerr << " Graph-cut with " << faces.size() << " faces and " << points_per_plane.size() << " plane labels\n"; // don't bother if there are no planes or faces if (points_per_plane.size()==0 || faces.size()==0) { arr_dissolve_fp(arr, true, true); @@ -372,7 +372,7 @@ void OptimiseArrangmentNode::process() { // also compute average elevation for all inliers (needed for LoD1.3 later) } } - std::cerr << " Graph-cut with " << faces.size() << " faces and " << points_per_plane.size() << " plane labels\n"; + // std::cerr << " Graph-cut with " << faces.size() << " faces and " << points_per_plane.size() << " plane labels\n"; // if (faces.size() > max_face_complexity) { // return