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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 17 17:00:50 EST 2009


Author: martinl
Date: 2009-01-17 17:00:50 -0500 (Sat, 17 Jan 2009)
New Revision: 35477

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	2009-01-17 21:58:57 UTC (rev 35476)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py	2009-01-17 22:00:50 UTC (rev 35477)
@@ -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