[GRASS-SVN] r60230 - grass/trunk/vector/v.mkgrid

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 13 10:19:21 PDT 2014


Author: hcho
Date: 2014-05-13 10:19:21 -0700 (Tue, 13 May 2014)
New Revision: 60230

Modified:
   grass/trunk/vector/v.mkgrid/write_grid.c
Log:
v.mkgrid: Reverted a debug line

Modified: grass/trunk/vector/v.mkgrid/write_grid.c
===================================================================
--- grass/trunk/vector/v.mkgrid/write_grid.c	2014-05-13 17:16:16 UTC (rev 60229)
+++ grass/trunk/vector/v.mkgrid/write_grid.c	2014-05-13 17:19:21 UTC (rev 60230)
@@ -29,7 +29,6 @@
     width = grid_info->width;
     length = grid_info->length;
     angle = grid_info->angle;
-    fprintf(stderr, "v(%d, %d), d(%d, %d), %f %f %f %f %f\n", num_v_rows, num_v_cols, rows, cols, width, length, angle, grid_info->origin_x, grid_info->origin_y);
 
     /*
      * For latlon, must draw in shorter sections



More information about the grass-commit mailing list