[GRASS-SVN] r67701 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 28 19:40:44 PST 2016
Author: annakrat
Date: 2016-01-28 19:40:43 -0800 (Thu, 28 Jan 2016)
New Revision: 67701
Modified:
grass/trunk/gui/wxpython/gui_core/widgets.py
Log:
wxGUI: remove print statement coming from r67627
Modified: grass/trunk/gui/wxpython/gui_core/widgets.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/widgets.py 2016-01-29 03:15:50 UTC (rev 67700)
+++ grass/trunk/gui/wxpython/gui_core/widgets.py 2016-01-29 03:40:43 UTC (rev 67701)
@@ -122,7 +122,6 @@
try:
self.classObject.InsertPage(self.widget, **kwargs)
except TypeError, e: # documentation says 'index', but certain versions of wx require 'n'
- print e
kwargs['n'] = kwargs['index']
del kwargs['index']
self.classObject.InsertPage(self.widget, **kwargs)
More information about the grass-commit
mailing list