[GRASS-SVN] r44559 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 7 09:19:08 EST 2010


Author: martinl
Date: 2010-12-07 06:19:08 -0800 (Tue, 07 Dec 2010)
New Revision: 44559

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


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py	2010-12-07 14:18:15 UTC (rev 44558)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gselect.py	2010-12-07 14:19:08 UTC (rev 44559)
@@ -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