]> granicus.if.org Git - postgis/commitdiff
Commented out debugging lines
authorSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 11:24:39 +0000 (11:24 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 8 Mar 2005 11:24:39 +0000 (11:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1513 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_jts.c

index 575583576e5b22659dbea463b881acf703ce4c82..61b3dcd12eb000bbe4938d73e595e4e56cf75dae 100644 (file)
@@ -154,7 +154,7 @@ Datum unite_garray(PG_FUNCTION_ARGS)
        call++;
 #endif
 
-       lwnotice("unite_garray (jts) invoked");
+       //lwnotice("unite_garray (jts) invoked");
 
        datum = PG_GETARG_DATUM(0);
 
@@ -183,7 +183,7 @@ Datum unite_garray(PG_FUNCTION_ARGS)
                PG_LWGEOM *geom = (PG_LWGEOM *)(ARR_DATA_PTR(array)+offset);
                offset += INTALIGN(geom->size);
 
-               lwnotice("unite_garray starting iteration %d of %d", i, nelems);
+               //lwnotice("unite_garray starting iteration %d of %d", i, nelems);
 
                pgis_geom = geom;