Remove debug output

I think this output was for debug purpose
This commit is contained in:
Clément Jamin 2021-01-05 18:01:06 +01:00 committed by GitHub
parent a742d4a3e3
commit 6fd1be99a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -381,8 +381,6 @@ edge_aware_upsample_point_set(
double neighbor_radius = choose_parameter(get_parameter(np, internal_np::neighbor_radius), -1);
std::size_t number_of_output_points = choose_parameter(get_parameter(np, internal_np::number_of_output_points), 1000);
std::cerr << sharpness_angle << " " << edge_sensitivity << " " << neighbor_radius
<< " " << number_of_output_points << std::endl;
// trick in case the output iterator add points to the input container
typename PointRange::const_iterator begin = points.begin();
typename PointRange::const_iterator end = points.end();