]> granicus.if.org Git - postgis/commitdiff
Wrapped debugging line in preprocessor block.
authorSandro Santilli <strk@keybit.net>
Tue, 27 Sep 2005 16:30:26 +0000 (16:30 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 27 Sep 2005 16:30:26 +0000 (16:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1941 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos_c.c

index a4226a60ce62319da86c8971072dc5e9d19f5d9d..a02140101a404b6cdc2ed54e75674f288dac4463 100644 (file)
@@ -2211,7 +2211,9 @@ POSTGIS2GEOS(PG_LWGEOM *pglwgeom)
        lwfree(wkb);
 
        wkb = GEOSGeomToWKT(geom);
+#ifdef PGIS_DEBUG_CONVERTER
        lwnotice("GEOS geom: %s", wkb);
+#endif
 
        return geom;
 }