Bläddra i källkod

wxGUI: remove `print` statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47146 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 år sedan
förälder
incheckning
fd53292301
1 ändrade filer med 0 tillägg och 1 borttagningar
  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:
         for layer in llist:
             # specified type only
             # specified type only
             if l_type != None:
             if l_type != None:
-                print one_type, layer.type, l_type
                 if one_type and layer.type != l_type:
                 if one_type and layer.type != l_type:
                     continue
                     continue
                 elif not one_type and layer.type not in l_type:
                 elif not one_type and layer.type not in l_type: