[GRASS-SVN] r47462 - grass/trunk/db/drivers/ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 5 09:52:49 EDT 2011


Author: martinl
Date: 2011-08-05 06:52:49 -0700 (Fri, 05 Aug 2011)
New Revision: 47462

Modified:
   grass/trunk/db/drivers/ogr/execute.c
Log:
DBMI-OGR: remove extra debug message


Modified: grass/trunk/db/drivers/ogr/execute.c
===================================================================
--- grass/trunk/db/drivers/ogr/execute.c	2011-08-05 13:08:51 UTC (rev 47461)
+++ grass/trunk/db/drivers/ogr/execute.c	2011-08-05 13:52:49 UTC (rev 47462)
@@ -178,7 +178,6 @@
     c = G_malloc(n + 1);
     strncpy(c, p, n);
     c[n] = '\0';
-    G_debug(0, "%s", w);
     
     token = G_tokenize(c, ",");
     *ncols = G_number_of_tokens(token);



More information about the grass-commit mailing list