]> granicus.if.org Git - postgis/commitdiff
Comment out what appears to be an old debugging line
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 9 Dec 2016 17:10:09 +0000 (17:10 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 9 Dec 2016 17:10:09 +0000 (17:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15272 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-core.c

index b80aace4b513862dd47e9e4390ef737983f8939e..6d35bafbf0b2a2774c173197a213c7ffdea59ff8 100644 (file)
@@ -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)
                {