Browse Source

wxGUI/wxIClass: remove print

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50312 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 13 years ago
parent
commit
17e1fa30fb
1 changed files with 0 additions and 1 deletions
  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,