[GRASS-SVN] r38055 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 24 09:11:00 EDT 2009
Author: martinl
Date: 2009-06-24 09:11:00 -0400 (Wed, 24 Jun 2009)
New Revision: 38055
Modified:
grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
remove print statement
Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py 2009-06-24 12:29:51 UTC (rev 38054)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py 2009-06-24 13:11:00 UTC (rev 38055)
@@ -95,7 +95,6 @@
# skip Mapset items
vectorName = self.tcp.seltree.GetItemText(item)
try:
- print vectorName, int(grass.vector_info_topo(vectorName)[self.ftype])
if int(grass.vector_info_topo(vectorName)[self.ftype]) < 1:
self.tcp.seltree.Delete(item)
except KeyError:
More information about the grass-commit
mailing list