[GRASS-SVN] r38056 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 24 09:16:21 EDT 2009


Author: martinl
Date: 2009-06-24 09:16:20 -0400 (Wed, 24 Jun 2009)
New Revision: 38056

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
Log:
remove print statement


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2009-06-24 13:11:00 UTC (rev 38055)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2009-06-24 13:16:20 UTC (rev 38056)
@@ -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