Переглянути джерело

wxGUI: remove obvious prints for debug

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71851 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 7 роки тому
батько
коміт
0053ba6006
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      gui/wxpython/rlisetup/wizard.py

+ 1 - 2
gui/wxpython/rlisetup/wizard.py

@@ -1598,7 +1598,7 @@ class DrawSampleUnitsPage(TitledPage):
 
 
     def OnExitPage(self, event=None):
     def OnExitPage(self, event=None):
         #!Function during exiting
         #!Function during exiting
-        print event.GetDirection()
+        pass
 
 
         # if event.GetDirection():
         # if event.GetDirection():
         #    self.SetNext(self.parent.samplingareapage)
         #    self.SetNext(self.parent.samplingareapage)
@@ -1693,7 +1693,6 @@ class VectorAreasPage(TitledPage):
     def OnEnterPage(self, event):
     def OnEnterPage(self, event):
         """Function during entering: draw the raster map and the first vector
         """Function during entering: draw the raster map and the first vector
         feature"""
         feature"""
-        print self.parent.samplingareapage.overwriteTemp
         if self.mapPanel is None:
         if self.mapPanel is None:
             self.mapPanel = RLiSetupMapPanel(
             self.mapPanel = RLiSetupMapPanel(
                 self, samplingType=self.parent.samplingareapage.samplingtype)
                 self, samplingType=self.parent.samplingareapage.samplingtype)