[GRASS-SVN] r62623 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 5 12:23:16 PST 2014
Author: martinl
Date: 2014-11-05 12:23:16 -0800 (Wed, 05 Nov 2014)
New Revision: 62623
Modified:
grass/trunk/gui/wxpython/core/utils.py
Log:
remove print statement (accidentally introduced in r62622)
Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py 2014-11-05 20:19:42 UTC (rev 62622)
+++ grass/trunk/gui/wxpython/core/utils.py 2014-11-05 20:23:16 UTC (rev 62623)
@@ -48,7 +48,6 @@
if sys.platform == "win32":
return shlex.split(s.replace('\\', r'\\'))
else:
- print shlex.split(s)
return shlex.split(s)
except ValueError as e:
sys.stderr.write(_("Syntax error: %s") % e)
More information about the grass-commit
mailing list