From fcf4b2e7bc2d7ee6618e7e5e27e56a661964dff3 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 9 Dec 2016 17:10:09 +0000 Subject: [PATCH] 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 --- loader/shp2pgsql-core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.50.1