From a408a08ae7fe1e3dde6778b74f3efd9c811f4a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Fri, 20 Nov 2015 12:19:25 +0100 Subject: [PATCH] fixup debug code --- .../internal/Surface_mesh_segmentation/SDF_calculation.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h b/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h index 09fe5775506..a1ff75ed192 100644 --- a/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h +++ b/Surface_mesh_segmentation/include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h @@ -471,8 +471,6 @@ private: if(s(boost::get<3>(two))) { std::cout.precision(15); std::cout << "ERROR still returning a skip" << std::endl; - std::cout << "1: " << std::fixed << ray_1.source() << std::endl; - std::cout << "2: " << std::fixed << ray_2.source() << std::endl; } if(boost::get<0>(one) != boost::get<0>(two)) { @@ -489,15 +487,11 @@ private: if(boost::get<1>(one) != boost::get<1>(two)) { std::cout.precision(15); std::cout << "Second bool mismatch" << std::endl; - std::cout << "1: " << std::fixed << ray_1.source() << std::endl; - std::cout << "2: " << std::fixed << ray_2.source() << std::endl; } if(boost::get<3>(one) != boost::get<3>(two)) { std::cout.precision(15); std::cout << "Primitive mismatch" << std::endl; - std::cout << "1: " << std::fixed << ray_1.source() << std::endl; - std::cout << "2: " << std::fixed << ray_2.source() << std::endl; } assert(boost::get<0>(one) == boost::get<0>(two));