mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-13 00:22:10 +00:00
[set ops] remove #ifdef/#endif block used for debugging
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user