瀏覽代碼

wxGUI: remove print statement
(merge from devbr6, https://trac.osgeo.org/grass/changeset/34434)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34435 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 年之前
父節點
當前提交
586e343503
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      gui/wxpython/gui_modules/utils.py

+ 0 - 2
gui/wxpython/gui_modules/utils.py

@@ -256,8 +256,6 @@ def GetVectorNumberOfLayers(vector):
         else:
             layers.append(value)
     
-    print layers
-    
     return layers
 
 def reexec_with_pythonw():