فهرست منبع

wxGUI: remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46294 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 سال پیش
والد
کامیت
3e7df85319
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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])