소스 검색

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])