Selaa lähdekoodia

wxGUI: remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46294 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 vuotta sitten
vanhempi
commit
3e7df85319
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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])