diff --git a/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp b/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp index 62789f341..ccb996778 100644 --- a/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp @@ -244,9 +244,6 @@ public: if ( turns.empty() ) { // the two linear geometries are disjoint -#ifdef GEOMETRY_TEST_DEBUG - std::cout << "NO INTERSECTIONS" << std::endl; -#endif return linear_linear_no_intersections < LinestringOut,