[GRASS-SVN] r47146 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 17 17:23:44 EDT 2011


Author: martinl
Date: 2011-07-17 14:23:44 -0700 (Sun, 17 Jul 2011)
New Revision: 47146

Modified:
   grass/trunk/gui/wxpython/gui_modules/render.py
Log:
wxGUI: remove `print` statement


Modified: grass/trunk/gui/wxpython/gui_modules/render.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/render.py	2011-07-17 21:20:22 UTC (rev 47145)
+++ grass/trunk/gui/wxpython/gui_modules/render.py	2011-07-17 21:23:44 UTC (rev 47146)
@@ -785,7 +785,6 @@
         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:



More information about the grass-commit mailing list