فهرست منبع

v.clean: remove redundant message (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58337 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 سال پیش
والد
کامیت
79e09f37aa
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      vector/v.clean/main.c

+ 0 - 1
vector/v.clean/main.c

@@ -292,7 +292,6 @@ int main(int argc, char *argv[])
     }
 
     /* Copy input to output */
-    G_message(_("Copying vector features..."));
     Vect_copy_head_data(&In, &Out);
     Vect_hist_copy(&In, &Out);
     Vect_hist_command(&Out);