[GRASS-SVN] r58475 - grass/trunk/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 16 04:07:09 PST 2013


Author: martinl
Date: 2013-12-16 04:07:08 -0800 (Mon, 16 Dec 2013)
New Revision: 58475

Modified:
   grass/trunk/gui/wxpython/vdigit/wxdisplay.py
Log:
wxGUI: be less verbose

Modified: grass/trunk/gui/wxpython/vdigit/wxdisplay.py
===================================================================
--- grass/trunk/gui/wxpython/vdigit/wxdisplay.py	2013-12-16 12:00:19 UTC (rev 58474)
+++ grass/trunk/gui/wxpython/vdigit/wxdisplay.py	2013-12-16 12:07:08 UTC (rev 58475)
@@ -243,7 +243,7 @@
         if not self.dc or not self.dcTmp:
             return -1
         
-        Debug.msg(1, "_drawObject(): line=%d type=%d npoints=%d", robj.fid, robj.type, robj.npoints)
+        Debug.msg(3, "_drawObject(): line=%d type=%d npoints=%d", robj.fid, robj.type, robj.npoints)
         brush = None
         if robj.type == TYPE_AREA and \
                 self._isSelected(Vect_get_area_centroid(self.poMapInfo, robj.fid)):



More information about the grass-commit mailing list