[set ops] remove #ifdef/#endif block used for debugging

This commit is contained in:
Menelaos Karavelas
2014-04-14 09:59:36 +03:00
parent 7d028ab2d9
commit 2427b4a904

View File

@@ -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,