diff --git a/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h b/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h index e6022667bf9..5f6373f83ac 100644 --- a/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h +++ b/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h @@ -313,7 +313,6 @@ line_project_pointC2(const FT &la, const FT &lb, const FT &lc, const FT &px, const FT &py, FT &x, FT &y) { - std::cout << la << " "<< lb << " "<< lc << " "<< px << " " << py << std::endl; if (CGAL_NTS is_zero(la)) // horizontal line { x = px;