[GRASS-SVN] r45658 -
grass/branches/releasebranch_6_4/vector/lidar/v.outlier
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 14 01:49:44 EDT 2011
Author: hamish
Date: 2011-03-13 22:49:44 -0700 (Sun, 13 Mar 2011)
New Revision: 45658
Modified:
grass/branches/releasebranch_6_4/vector/lidar/v.outlier/outlier.c
Log:
hide debug msg (merge from devbr65)
Modified: grass/branches/releasebranch_6_4/vector/lidar/v.outlier/outlier.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/lidar/v.outlier/outlier.c 2011-03-14 05:47:55 UTC (rev 45657)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.outlier/outlier.c 2011-03-14 05:49:44 UTC (rev 45658)
@@ -123,7 +123,7 @@
else {
Vect_write_line(Outlier, GV_POINT, point,
categories);
- G_message("here we are");
+ G_debug(4, "P_Outlier(): here we are");
}
}
else if ((*point->y < Overlap.S) && (*point->y > General.S)) { /*(2) */
More information about the grass-commit
mailing list