Explorar o código

wxGUI/wxIClass: remove print

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50312 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová %!s(int64=13) %!d(string=hai) anos
pai
achega
17e1fa30fb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      gui/wxpython/iclass/frame.py

+ 0 - 1
gui/wxpython/iclass/frame.py

@@ -672,7 +672,6 @@ class IClassMapFrame(DoubleMapFrame):
         #check if vector has any areas
         vectorInfo = grass.vector_info(vector)
         numAreas = Vect_get_num_areas(self.poMapInfo)
-        print numAreas
         
         if numAreas <= 0:
             GMessage(parent = self,