瀏覽代碼

remove print statement - fix https://trac.osgeo.org/grass/changeset/54109

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54111 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
95170a4167
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      gui/wxpython/gis_set.py

+ 0 - 1
gui/wxpython/gis_set.py

@@ -454,7 +454,6 @@ class GRASSStartup(wx.Frame):
         vectors = RunCommand('v.in.ogr', dsn = filePath, flags = 'l',
                              read = True)
         
-        print vectors, mapName in vectors
         wx.BeginBusyCursor()
         wx.Yield()
         if mapName in vectors: