From 6efa916a823ceb61a2bea8737b27f19062a72f3b Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 20 Feb 2012 13:28:17 +0000 Subject: [PATCH] Do not printf from potgis library. Possibly fixes #1570 git-svn-id: http://svn.osgeo.org/postgis/trunk@9239 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/lwgeom_in_gml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/lwgeom_in_gml.c b/postgis/lwgeom_in_gml.c index 4bb69d9b3..0310a3ec6 100644 --- a/postgis/lwgeom_in_gml.c +++ b/postgis/lwgeom_in_gml.c @@ -395,7 +395,7 @@ static void parse_gml_srs(xmlNodePtr xnode, gmlSrs *srs) node = xnode; srsname = gmlGetProp(node, (xmlChar *) "srsName"); - printf("srsname %s\n",srsname); + /*printf("srsname %s\n",srsname);*/ if (!srsname) { if (node->parent == NULL) -- 2.40.0