From: Paul Ramsey Date: Fri, 9 Dec 2016 17:10:09 +0000 (+0000) Subject: Comment out what appears to be an old debugging line X-Git-Tag: 2.4.0alpha~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcf4b2e7bc2d7ee6618e7e5e27e56a661964dff3;p=postgis Comment out what appears to be an old debugging line git-svn-id: http://svn.osgeo.org/postgis/trunk@15272 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql-core.c b/loader/shp2pgsql-core.c index b80aace4b..6d35bafbf 100644 --- a/loader/shp2pgsql-core.c +++ b/loader/shp2pgsql-core.c @@ -1096,8 +1096,7 @@ ShpLoaderOpenShape(SHPLOADERSTATE *state) state->types[j] = type; state->widths[j] = field_width; state->precisions[j] = field_precision; - fprintf(stderr, "XXX %s width:%d prec:%d\n", name, field_width, -field_precision); +/* fprintf(stderr, "XXX %s width:%d prec:%d\n", name, field_width, field_precision); */ if (state->config->encoding) {