Bläddra i källkod

vlib: remove redundant debug messages

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49175 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 år sedan
förälder
incheckning
9aa3c3322e
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 4
      lib/vector/Vlib/write_nat.c

+ 1 - 4
lib/vector/Vlib/write_nat.c

@@ -226,11 +226,8 @@ static void V2__add_line_to_topo_nat(struct Map_info *Map, int line,
 	 * we need to build areas/isles just for our boundary */
 	 * we need to build areas/isles just for our boundary */
 	for (s = 0; s < 2; s++) {
 	for (s = 0; s < 2; s++) {
 	    side = (s == 0 ? GV_LEFT : GV_RIGHT);
 	    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);
 	    area = Vect_build_line_area(Map, line, side);
-	    G_debug(3, "Build area for line = %d, side = %d", line, side);
+	    
 	    if (area > 0) {	/* area */
 	    if (area > 0) {	/* area */
 		Vect_get_area_box(Map, area, &box);
 		Vect_get_area_box(Map, area, &box);
 		if (first) {
 		if (first) {