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());