Przeglądaj źródła

remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38055 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 lat temu
rodzic
commit
6e6402e692
1 zmienionych plików z 0 dodań i 1 usunięć
  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: