From 2c8e9547e98b07b8c11d79da91713f967e629df8 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 30 Mar 2012 22:40:52 +0000 Subject: [PATCH] Comment out noise in the GEOS 3.2 case. (#1740) git-svn-id: http://svn.osgeo.org/postgis/trunk@9584 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_core/rt_api.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index cd0fed65d..82cf403ef 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -5442,11 +5442,11 @@ rt_raster_gdal_polygonize( */ do { #if POSTGIS_GEOS_VERSION < 33 - if (!msgValid) { - rtwarn("Skipping check for invalid geometry. GEOS-3.3.0 or up is required to fix an invalid geometry"); - msgValid = 1; - } - break; +/* if (!msgValid) { + rtwarn("Skipping check for invalid geometry. GEOS-3.3.0 or up is required to fix an invalid geometry"); + msgValid = 1; + } + break; */ #endif ggeom = (GEOSGeometry *) LWGEOM2GEOS(lwgeom); -- 2.40.0