[GRASS-SVN] r33896 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 16 05:19:02 EDT 2008
Author: martinl
Date: 2008-10-16 05:19:01 -0400 (Thu, 16 Oct 2008)
New Revision: 33896
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
remove print statement
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-10-16 09:16:36 UTC (rev 33895)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2008-10-16 09:19:01 UTC (rev 33896)
@@ -1072,7 +1072,6 @@
else:
# list of values (combo)
txt = wx.StaticText(parent=which_panel, label = title + ':' )
- print p
self.label_id.append(txt.GetId())
which_sizer.Add(item=txt, proportion=0,
flag=wx.ADJUST_MINSIZE | wx.TOP | wx.RIGHT | wx.LEFT, border=5)
More information about the grass-commit
mailing list