[GRASS-SVN] r33541 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 25 07:53:51 EDT 2008


Author: martinl
Date: 2008-09-25 07:53:51 -0400 (Thu, 25 Sep 2008)
New Revision: 33541

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI cosmetics: print statements removed


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py	2008-09-25 11:50:05 UTC (rev 33540)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py	2008-09-25 11:53:51 UTC (rev 33541)
@@ -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