Browse Source

wxGUI: remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46294 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
3e7df85319
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gui/wxpython/gui_modules/gselect.py

+ 0 - 1
gui/wxpython/gui_modules/gselect.py

@@ -664,7 +664,6 @@ class LayerSelect(wx.Choice):
             self.SetItems(layerchoices)
             self.SetStringSelection('1')
         elif len(layerchoices) == 1:
-            print layerchoices[0]
             self.SetItems(layerchoices)
             self.SetStringSelection(layerchoices[0])