From: Sandro Santilli Date: Thu, 27 Aug 2015 21:14:24 +0000 (+0000) Subject: Remove (leaky) debugging X-Git-Tag: 2.2.0rc1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aad032d3590ae02c75b8050a41b289964ef3e540;p=postgis Remove (leaky) debugging git-svn-id: http://svn.osgeo.org/postgis/trunk@14021 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c index cd1e17496..1cf985554 100644 --- a/liblwgeom/lwgeom_topo.c +++ b/liblwgeom/lwgeom_topo.c @@ -5484,9 +5484,6 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges) _lwt_release_nodes(nodes, num); }} - LWDEBUG(1, "XXX"); - { size_t sz; - lwnotice("%s", lwgeom_to_wkt(noded, WKT_ISO, 15, &sz)); } LWDEBUGG(1, noded, "Finally-noded"); /* 3. For each (now-noded) segment, insert an edge */ @@ -5546,9 +5543,6 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges) ids[num++] = id; /* TODO: skip duplicates */ } - LWDEBUG(1, "YYY"); - { size_t sz; - lwnotice("%s", lwgeom_to_wkt(noded, WKT_ISO, 15, &sz)); } LWDEBUGG(1, noded, "Noded before free"); lwgeom_release(noded); /* for some reason freeing this here errors out */