From cc54df3f1b1656fd890a7fccda6a6d314ae580ad Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 26 Apr 2022 08:15:51 +0100 Subject: [PATCH] TDS_2: Remove several std::cout << which probably sneaked in accidentally --- TDS_2/include/CGAL/Triangulation_data_structure_2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/TDS_2/include/CGAL/Triangulation_data_structure_2.h b/TDS_2/include/CGAL/Triangulation_data_structure_2.h index 77f58af1644..c49536c1a2e 100644 --- a/TDS_2/include/CGAL/Triangulation_data_structure_2.h +++ b/TDS_2/include/CGAL/Triangulation_data_structure_2.h @@ -400,7 +400,6 @@ public: Vertex_handle collapse_edge(Edge e) { - std::cout << "before collapse"<vertex(cw(i)); @@ -428,7 +427,6 @@ public: delete_face(fh); delete_face(nh); delete_vertex(wh); - std::cout << "after collapse"< vmap(Vertex_handle(), tds_src.number_of_vertices()); Unique_hash_map fmap(Face_handle(), tds_src.number_of_faces());