From dd13023f5f7ec89504684bc5c49699515ebb2afb Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Thu, 3 Apr 2014 03:46:37 +0300 Subject: [PATCH] [set ops] remove print-outs inside the file --- .../detail/overlay/follow_linear_linear.hpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp b/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp index 39a2440aa..eb34a592a 100644 --- a/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp @@ -173,22 +173,6 @@ protected: SegmentIdentifier& current_segment_id, OutputIterator oit) { -#ifdef GEOMETRY_TEST_DEBUG - std::cout << "checking conditions: " << std::endl; - std::cout << "turn point: " << geometry::dsv(it->point) << std::endl; - std::cout << std::boolalpha; - std::cout << "entering? " << is_entering(*it, *op_it) - << std::endl; - std::cout << "leaving? " << is_leaving(*it, *op_it, entered) - << std::endl; - std::cout << "isolated? " - << is_isolated_point(*it, *op_it, entered) - << std::endl; - std::cout << "staying? " << is_staying_inside(*it, *op_it, entered) - << std::endl; - std::cout << std::noboolalpha << std::endl; -#endif - if ( is_entering(*it, *op_it) ) { #ifdef GEOMETRY_TEST_DEBUG