[GRASS-SVN] r49175 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 10 13:55:27 EST 2011


Author: martinl
Date: 2011-11-10 10:55:27 -0800 (Thu, 10 Nov 2011)
New Revision: 49175

Modified:
   grass/trunk/lib/vector/Vlib/write_nat.c
Log:
vlib: remove redundant debug messages


Modified: grass/trunk/lib/vector/Vlib/write_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write_nat.c	2011-11-10 16:02:43 UTC (rev 49174)
+++ grass/trunk/lib/vector/Vlib/write_nat.c	2011-11-10 18:55:27 UTC (rev 49175)
@@ -226,11 +226,8 @@
 	 * we need to build areas/isles just for our boundary */
 	for (s = 0; s < 2; s++) {
 	    side = (s == 0 ? GV_LEFT : GV_RIGHT);
-	    G_debug(3, "  build area/isle on side = %d", side);
-	    
-	    G_debug(3, "Build area for line = %d, side = %d", line, side);
 	    area = Vect_build_line_area(Map, line, side);
-	    G_debug(3, "Build area for line = %d, side = %d", line, side);
+	    
 	    if (area > 0) {	/* area */
 		Vect_get_area_box(Map, area, &box);
 		if (first) {



More information about the grass-commit mailing list