Removed printout

This commit is contained in:
Efi Fogel 2025-08-26 14:55:14 +03:00
parent 0f528545c7
commit c677355de2
1 changed files with 0 additions and 4 deletions

View File

@ -160,10 +160,6 @@ bool do_intersect_overlay(const Arrangement_on_surface_2<GeometryTraitsA_2, Topo
xcvs.clear();
return visitor.found_intersection();
}
{
for (const auto& xcv : xcvs) std::cout << xcv << std::endl;
std::cout << std::endl;
}
surface_sweep.indexed_sweep(xcvs, Indexed_sweep_accessor<Arr_a, Arr_b, Ovl_x_monotone_curve_2>(arr1, arr2));
xcvs.clear();
return visitor.found_intersection();