Procházet zdrojové kódy

remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38055 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa před 16 roky
rodič
revize
6e6402e692
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
                 # skip Mapset items
                 vectorName = self.tcp.seltree.GetItemText(item)
                 vectorName = self.tcp.seltree.GetItemText(item)
                 try:
                 try:
-                    print vectorName, int(grass.vector_info_topo(vectorName)[self.ftype])
                     if int(grass.vector_info_topo(vectorName)[self.ftype]) < 1:
                     if int(grass.vector_info_topo(vectorName)[self.ftype]) < 1:
                         self.tcp.seltree.Delete(item)
                         self.tcp.seltree.Delete(item)
                 except KeyError:
                 except KeyError: