[GRASS-SVN] r33542 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 25 07:55:40 EDT 2008
Author: martinl
Date: 2008-09-25 07:55:40 -0400 (Thu, 25 Sep 2008)
New Revision: 33542
Modified:
grass/trunk/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI cosmetics: print statements removed
(merge from devbr6, r33541)
Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2008-09-25 11:53:51 UTC (rev 33541)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2008-09-25 11:55:40 UTC (rev 33542)
@@ -533,15 +533,12 @@
if switchDraw:
self.redrawAll = False
-
- print self.redrawAll
-
+
def OnSize(self, event):
"""
Scale map image so that it is
the same size as the Window
"""
- print 's'
Debug.msg(3, "BufferedWindow.OnSize():")
# set size of the input image
@@ -1042,7 +1039,6 @@
# left mouse button pressed
elif event.LeftDown():
- print 'l'
self.OnLeftDown(event)
# left mouse button released
More information about the grass-commit
mailing list