Explorar el Código

wxGUI: remove `print` statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47146 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 14 años
padre
commit
fd53292301
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      gui/wxpython/gui_modules/render.py

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

@@ -785,7 +785,6 @@ class Map(object):
         for layer in llist:
             # specified type only
             if l_type != None:
-                print one_type, layer.type, l_type
                 if one_type and layer.type != l_type:
                     continue
                 elif not one_type and layer.type not in l_type: