[GRASS-SVN] r62193 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 6 05:12:34 PDT 2014


Author: annakrat
Date: 2014-10-06 05:12:34 -0700 (Mon, 06 Oct 2014)
New Revision: 62193

Modified:
   grass/trunk/gui/wxpython/gui_core/gselect.py
Log:
wxGUI: remove print from r62191

Modified: grass/trunk/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/gselect.py	2014-10-06 05:53:30 UTC (rev 62192)
+++ grass/trunk/gui/wxpython/gui_core/gselect.py	2014-10-06 12:12:34 UTC (rev 62193)
@@ -452,7 +452,6 @@
 
         # to support multiple elements
         element_list = element.split(',')
-        print element
         renamed_elements = []
         for elem in element_list:
             if elem not in elementdict:



More information about the grass-commit mailing list