Revision: 6981
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6981&view=rev
Author:   ryanmay
Date:     2009-03-16 17:22:07 +0000 (Mon, 16 Mar 2009)

Log Message:
-----------
Remove duplicate debugging print.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_gtkagg.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_gtkagg.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_gtkagg.py  2009-03-16 
15:59:45 UTC (rev 6980)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_gtkagg.py  2009-03-16 
17:22:07 UTC (rev 6981)
@@ -88,7 +88,6 @@
         if DEBUG: print 'FigureCanvasGTKAgg.render_figure done'
 
     def blit(self, bbox=None):
-        if DEBUG: print 'FigureCanvasGTKAgg.blit'
         if DEBUG: print 'FigureCanvasGTKAgg.blit', self._pixmap
         agg_to_gtk_drawable(self._pixmap, self.renderer._renderer, bbox)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to