Pārlūkot izejas kodu

revert broken-formatted and overly verbose debug message (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33444 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 gadi atpakaļ
vecāks
revīzija
43b2fed1fe
1 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 4 3
      lib/gis/window_map.c

+ 4 - 3
lib/gis/window_map.c

@@ -98,10 +98,11 @@ int G__create_window_mapping(int fd)
 	}
     }
 
-    G_debug(3, "create window mapping (%d cols)", G__.window.cols);
-    for (i = 0; i < G__.window.cols; i++)
-	G_debug(3, "%s%ld", i % 15 ? " " : "\n", (long)fcb->col_map[i]);
+    G_debug(3, "create window mapping (%d columns)", G__.window.cols);
+/*  for (i = 0; i < G__.window.cols; i++)
+	fprintf(stderr, "%s%ld", i % 15 ? " " : "\n", (long)fcb->col_map[i]);
     fprintf(stderr, "\n");
+*/
 
     /* compute C1,C2 for row window mapping */
     fcb->C1 = G__.window.ns_res / fcb->cellhd.ns_res;