[GRASS-SVN] r67637 - grass/branches/releasebranch_7_0/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 23 05:59:53 PST 2016
Author: martinl
Date: 2016-01-23 05:59:53 -0800 (Sat, 23 Jan 2016)
New Revision: 67637
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
Log:
wxGUI: remove extra print statement (merge r67636 from trunk)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py 2016-01-23 13:56:28 UTC (rev 67636)
+++ grass/branches/releasebranch_7_0/gui/wxpython/lmgr/frame.py 2016-01-23 13:59:53 UTC (rev 67637)
@@ -2260,7 +2260,6 @@
"""Quit GRASS terminal"""
try:
shellPid = int(grass.gisenv()['PID'])
- print >> sys.stderr, grass.gisenv()
except:
grass.warning(_("Unable to exit GRASS shell: unknown PID"))
return
More information about the grass-commit
mailing list