Revision: 6478
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6478&view=rev
Author:   dsdale
Date:     2008-12-02 22:04:41 +0000 (Tue, 02 Dec 2008)

Log Message:
-----------
removed lingering print statement

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

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py     2008-12-02 
20:09:44 UTC (rev 6477)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py     2008-12-02 
22:04:41 UTC (rev 6478)
@@ -110,7 +110,6 @@
         FigureCanvasBase.enter_notify_event(self, event)
 
     def leaveEvent(self, event):
-        print event
         FigureCanvasBase.leave_notify_event(self, event)
 
     def mousePressEvent( self, event ):


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to