[GRASS-SVN] r67636 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 23 05:56:28 PST 2016
Author: martinl
Date: 2016-01-23 05:56:28 -0800 (Sat, 23 Jan 2016)
New Revision: 67636
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: remove extra print statement
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2016-01-23 13:49:15 UTC (rev 67635)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2016-01-23 13:56:28 UTC (rev 67636)
@@ -2274,7 +2274,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