[postgis-tickets] r15272 - Comment out what appears to be an old debugging line
Paul Ramsey
pramsey at cleverelephant.ca
Fri Dec 9 09:10:09 PST 2016
Author: pramsey
Date: 2016-12-09 09:10:09 -0800 (Fri, 09 Dec 2016)
New Revision: 15272
Modified:
trunk/loader/shp2pgsql-core.c
Log:
Comment out what appears to be an old debugging line
Modified: trunk/loader/shp2pgsql-core.c
===================================================================
--- trunk/loader/shp2pgsql-core.c 2016-12-09 17:09:10 UTC (rev 15271)
+++ trunk/loader/shp2pgsql-core.c 2016-12-09 17:10:09 UTC (rev 15272)
@@ -1096,8 +1096,7 @@
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)
{
More information about the postgis-tickets
mailing list