[GRASS-SVN] r44558 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 7 09:18:15 EST 2010


Author: martinl
Date: 2010-12-07 06:18:15 -0800 (Tue, 07 Dec 2010)
New Revision: 44558

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


Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py	2010-12-07 14:16:49 UTC (rev 44557)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py	2010-12-07 14:18:15 UTC (rev 44558)
@@ -1152,7 +1152,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