[GRASS-SVN] r71851 - grass/trunk/gui/wxpython/rlisetup
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 26 15:10:23 PST 2017
Author: wenzeslaus
Date: 2017-11-26 15:10:23 -0800 (Sun, 26 Nov 2017)
New Revision: 71851
Modified:
grass/trunk/gui/wxpython/rlisetup/wizard.py
Log:
wxGUI: remove obvious prints for debug
Modified: grass/trunk/gui/wxpython/rlisetup/wizard.py
===================================================================
--- grass/trunk/gui/wxpython/rlisetup/wizard.py 2017-11-26 22:30:03 UTC (rev 71850)
+++ grass/trunk/gui/wxpython/rlisetup/wizard.py 2017-11-26 23:10:23 UTC (rev 71851)
@@ -1598,7 +1598,7 @@
def OnExitPage(self, event=None):
#!Function during exiting
- print event.GetDirection()
+ pass
# if event.GetDirection():
# self.SetNext(self.parent.samplingareapage)
@@ -1693,7 +1693,6 @@
def OnEnterPage(self, event):
"""Function during entering: draw the raster map and the first vector
feature"""
- print self.parent.samplingareapage.overwriteTemp
if self.mapPanel is None:
self.mapPanel = RLiSetupMapPanel(
self, samplingType=self.parent.samplingareapage.samplingtype)
More information about the grass-commit
mailing list