[postgis-tickets] r17139 - Remove debugging lines
Paul Ramsey
pramsey at cleverelephant.ca
Fri Jan 11 01:26:01 PST 2019
Author: pramsey
Date: 2019-01-11 13:26:01 -0800 (Fri, 11 Jan 2019)
New Revision: 17139
Modified:
trunk/liblwgeom/lwgeodetic_tree.c
Log:
Remove debugging lines
Modified: trunk/liblwgeom/lwgeodetic_tree.c
===================================================================
--- trunk/liblwgeom/lwgeodetic_tree.c 2019-01-11 21:17:01 UTC (rev 17138)
+++ trunk/liblwgeom/lwgeodetic_tree.c 2019-01-11 21:26:01 UTC (rev 17139)
@@ -807,7 +807,6 @@
/* tests above. */
if ( n1->geom_type && lwtype_is_collection(n1->geom_type) )
{
- printf("arg1 is a collection\n");
circ_internal_nodes_sort(n1->nodes, n1->num_nodes, n2);
for ( i = 0; i < n1->num_nodes; i++ )
{
@@ -817,7 +816,6 @@
}
else if ( n2->geom_type && lwtype_is_collection(n2->geom_type) )
{
- printf("arg2 is a collection\n");
circ_internal_nodes_sort(n2->nodes, n2->num_nodes, n1);
for ( i = 0; i < n2->num_nodes; i++ )
{
More information about the postgis-tickets
mailing list