git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58337 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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);