[GRASS-SVN] r57111 - grass/trunk/gui/wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 14 04:05:32 PDT 2013
Author: annakrat
Date: 2013-07-14 04:05:32 -0700 (Sun, 14 Jul 2013)
New Revision: 57111
Modified:
grass/trunk/gui/wxpython/mapdisp/statusbar.py
Log:
wxGUI: remove debug prints
Modified: grass/trunk/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/statusbar.py 2013-07-14 11:04:11 UTC (rev 57110)
+++ grass/trunk/gui/wxpython/mapdisp/statusbar.py 2013-07-14 11:05:32 UTC (rev 57111)
@@ -278,11 +278,9 @@
def _progressShown(self):
self._oldStatus = self.statusbar.GetStatusText(0)
- print 'show:'+self._oldStatus
def _progressHidden(self):
self.statusbar.SetStatusText(self._oldStatus, 0)
- print 'hide:'+self._oldStatus
def OnToggleStatus(self, event):
"""!Toggle status text
More information about the grass-commit
mailing list