From 9b19a8ef614faadb34f4a9302f26dd54aac5484a Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 24 Apr 2012 15:37:55 +0000 Subject: [PATCH] Hush debugging in ST_DumpPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@9657 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/postgis.sql.in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/postgis.sql.in.c b/postgis/postgis.sql.in.c index 331834cd4..940e065c8 100644 --- a/postgis/postgis.sql.in.c +++ b/postgis/postgis.sql.in.c @@ -1385,7 +1385,7 @@ DECLARE BEGIN - RAISE DEBUG '%,%', cur_path, ST_GeometryType(the_geom); + -- RAISE DEBUG '%,%', cur_path, ST_GeometryType(the_geom); -- Special case collections : iterate and return the DumpPoints of the geometries -- 2.40.0