]> granicus.if.org Git - postgis/commitdiff
deleted debugging block from summary() fn
authorSandro Santilli <strk@keybit.net>
Mon, 23 Aug 2004 13:40:13 +0000 (13:40 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 23 Aug 2004 13:40:13 +0000 (13:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@719 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_functions_basic.c

index c1b7e4815e4134dd1bffdde81fdfd015a60a14aa..68bfa8ce53021402c2a671145ba33a4925cb1e0e 100644 (file)
@@ -182,15 +182,6 @@ lwgeom_summary_recursive(char *serialized, int offset)
 
        inspected = lwgeom_inspect(serialized);
 
-       if (0) {
-               size += 57;
-               result = repalloc(result,size);
-               sprintf(tmp,
-                       "Geometry (inspected) contains %i subgeoms\n",
-                       inspected->ngeometries);
-               strcat(result,tmp);
-       }
-
        //now have to do a scan of each object
        for (j=0; j<inspected->ngeometries; j++)
        {