Parcourir la source

fix accidental commit (https://trac.osgeo.org/grass/changeset/45140)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45142 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 14 ans
Parent
commit
0b831c1a42
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/vector/Vlib/write.c

+ 1 - 1
lib/vector/Vlib/write.c

@@ -192,7 +192,7 @@ off_t Vect_rewrite_line(struct Map_info *Map, int line, int type,
     off_t ret, offset;
     
     G_debug(3, "Vect_rewrite_line(): name = %s, line = %d", Map->name, line);
-    fprintf(stderr, "%s", Map->head);
+    
     if (!VECT_OPEN(Map))
 	G_fatal_error(_("Unable to rewrite feature, vector map is not opened"));