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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 7 09:16:49 EST 2010


Author: martinl
Date: 2010-12-07 06:16:49 -0800 (Tue, 07 Dec 2010)
New Revision: 44557

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
Log:
remove print statement


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2010-12-07 14:14:46 UTC (rev 44556)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gselect.py	2010-12-07 14:16:49 UTC (rev 44557)
@@ -1111,7 +1111,6 @@
                 if not ext:
                     raise KeyError
                 format += ' (*.%s)|*.%s' % (ext, self._getExtPattern(ext))
-                print format
             except KeyError:
                 format += ' (*.*)|*.*'
             



More information about the grass-commit mailing list