Explorar o código

remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38055 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=16) %!d(string=hai) anos
pai
achega
6e6402e692
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      gui/wxpython/gui_modules/gselect.py

+ 0 - 1
gui/wxpython/gui_modules/gselect.py

@@ -95,7 +95,6 @@ class VectorSelect(Select):
                 # skip Mapset items
                 vectorName = self.tcp.seltree.GetItemText(item)
                 try:
-                    print vectorName, int(grass.vector_info_topo(vectorName)[self.ftype])
                     if int(grass.vector_info_topo(vectorName)[self.ftype]) < 1:
                         self.tcp.seltree.Delete(item)
                 except KeyError: