From 2427b4a904891079a1fffed057f0d09f2efda6fe Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Mon, 14 Apr 2014 09:59:36 +0300 Subject: [PATCH] [set ops] remove #ifdef/#endif block used for debugging --- .../boost/geometry/algorithms/detail/overlay/linear_linear.hpp | 3 --- 1 file changed, 3 deletions(-) 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,