[GRASS-SVN] r47166 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 18 13:40:39 EDT 2011
Author: martinl
Date: 2011-07-18 10:40:39 -0700 (Mon, 18 Jul 2011)
New Revision: 47166
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI: remove print statement
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py 2011-07-18 17:34:51 UTC (rev 47165)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py 2011-07-18 17:40:39 UTC (rev 47166)
@@ -824,7 +824,6 @@
desc = f.get('description', '')
if not name and not desc:
continue
- print name
if name in ('l', 'f', 'g', 'quiet', 'verbose'):
continue
self.options[name] = wx.CheckBox(parent = self.panel, id = wx.ID_ANY,
More information about the grass-commit
mailing list