Browse Source

wxGUI cosmetics: print statements removed
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33541)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33542 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 years ago
parent
commit
855eeb0959
1 changed files with 1 additions and 5 deletions
  1. 1 5
      gui/wxpython/gui_modules/mapdisp.py

+ 1 - 5
gui/wxpython/gui_modules/mapdisp.py

@@ -533,15 +533,12 @@ class BufferedWindow(MapWindow, wx.Window):
 
         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 @@ class BufferedWindow(MapWindow, wx.Window):
             
         # left mouse button pressed
         elif event.LeftDown():
-            print 'l'
             self.OnLeftDown(event)
 
         # left mouse button released