[GRASS-SVN] r58337 - grass/trunk/vector/v.clean
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 30 00:34:46 PST 2013
Author: martinl
Date: 2013-11-30 00:34:45 -0800 (Sat, 30 Nov 2013)
New Revision: 58337
Modified:
grass/trunk/vector/v.clean/main.c
Log:
v.clean: remove redundant message (cosmetics)
Modified: grass/trunk/vector/v.clean/main.c
===================================================================
--- grass/trunk/vector/v.clean/main.c 2013-11-30 08:33:06 UTC (rev 58336)
+++ grass/trunk/vector/v.clean/main.c 2013-11-30 08:34:45 UTC (rev 58337)
@@ -292,7 +292,6 @@
}
/* Copy input to output */
- G_message(_("Copying vector features..."));
Vect_copy_head_data(&In, &Out);
Vect_hist_copy(&In, &Out);
Vect_hist_command(&Out);
More information about the grass-commit
mailing list