Browse Source

wxGUI: remove extra print statement (merge https://trac.osgeo.org/grass/changeset/67636 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@67637 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 years ago
parent
commit
fa27a1a470
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gui/wxpython/lmgr/frame.py

+ 0 - 1
gui/wxpython/lmgr/frame.py

@@ -2260,7 +2260,6 @@ class GMFrame(wx.Frame):
         """Quit GRASS terminal"""
         """Quit GRASS terminal"""
         try:
         try:
             shellPid = int(grass.gisenv()['PID'])
             shellPid = int(grass.gisenv()['PID'])
-            print >> sys.stderr, grass.gisenv()
         except:
         except:
             grass.warning(_("Unable to exit GRASS shell: unknown PID"))
             grass.warning(_("Unable to exit GRASS shell: unknown PID"))
             return
             return