From: Sandro Santilli Date: Mon, 20 Feb 2012 13:28:17 +0000 (+0000) Subject: Do not printf from potgis library. Possibly fixes #1570 X-Git-Tag: 2.0.0alpha6~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6efa916a823ceb61a2bea8737b27f19062a72f3b;p=postgis Do not printf from potgis library. Possibly fixes #1570 git-svn-id: http://svn.osgeo.org/postgis/trunk@9239 b70326c6-7e19-0410-871a-916f4a2858ee --- 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)