From: Bborie Park Date: Sat, 6 Apr 2013 18:14:00 +0000 (+0000) Subject: Removed debug statements X-Git-Tag: 2.1.0beta2~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5436d3047545d1fdf6ba22c23158e9c2e0aea32;p=postgis Removed debug statements git-svn-id: http://svn.osgeo.org/postgis/trunk@11257 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/lwgeom_btree.c b/postgis/lwgeom_btree.c index 3954bba4e..5e6aca9e7 100644 --- a/postgis/lwgeom_btree.c +++ b/postgis/lwgeom_btree.c @@ -189,9 +189,6 @@ Datum lwgeom_eq(PG_FUNCTION_ARGS) empty2 = ( gserialized_get_gbox_p(geom2, &box2) == LW_FAILURE ); PG_FREE_IF_COPY(geom1, 0); PG_FREE_IF_COPY(geom2, 1); - POSTGIS_DEBUGF(3, "empty1, empty2 = %d, %d", empty1, empty2); - POSTGIS_DEBUGF(4, "%f ~ %f, %f ~ %f, %f ~ %f, %f ~ %f", - box1.xmin, box2.xmin, box1.ymin, box2.ymin, box1.xmax, box2.xmax, box1.ymax, box2.ymax); if ( empty1 != empty2 ) {