[GRASS-SVN] r45657 -
grass/branches/develbranch_6/vector/lidar/v.outlier
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 14 01:47:55 EDT 2011
Author: hamish
Date: 2011-03-13 22:47:55 -0700 (Sun, 13 Mar 2011)
New Revision: 45657
Modified:
grass/branches/develbranch_6/vector/lidar/v.outlier/outlier.c
Log:
hide debug msg
Modified: grass/branches/develbranch_6/vector/lidar/v.outlier/outlier.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.outlier/outlier.c 2011-03-13 16:28:53 UTC (rev 45656)
+++ grass/branches/develbranch_6/vector/lidar/v.outlier/outlier.c 2011-03-14 05:47:55 UTC (rev 45657)
@@ -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