[GRASS-SVN] r46294 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 14 19:25:03 EDT 2011
Author: martinl
Date: 2011-05-14 16:25:02 -0700 (Sat, 14 May 2011)
New Revision: 46294
Modified:
grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: remove print statement
Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py 2011-05-14 23:06:07 UTC (rev 46293)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py 2011-05-14 23:25:02 UTC (rev 46294)
@@ -664,7 +664,6 @@
self.SetItems(layerchoices)
self.SetStringSelection('1')
elif len(layerchoices) == 1:
- print layerchoices[0]
self.SetItems(layerchoices)
self.SetStringSelection(layerchoices[0])
More information about the grass-commit
mailing list