[GRASS-SVN] r35476 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 17 16:58:57 EST 2009
Author: martinl
Date: 2009-01-17 16:58:57 -0500 (Sat, 17 Jan 2009)
New Revision: 35476
Modified:
grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
remove print statement
Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py 2009-01-17 21:56:06 UTC (rev 35475)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py 2009-01-17 21:58:57 UTC (rev 35476)
@@ -1580,7 +1580,6 @@
elif name == 'ColumnSelect':
if not columns:
- print 'c'
pLayer = self.task.get_param('layer', element='element', raiseError=False)
if pLayer:
if pLayer.get('value', '') != '':
More information about the grass-commit
mailing list