浏览代码

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 14 年之前
父节点
当前提交
0b831c1a42
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"));