Revision: 4186
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4186&view=rev
Author:   mdboom
Date:     2007-11-09 08:40:25 -0800 (Fri, 09 Nov 2007)

Log Message:
-----------
Removed debugging message.

Modified Paths:
--------------
    branches/transforms/lib/matplotlib/backends/backend_wx.py

Modified: branches/transforms/lib/matplotlib/backends/backend_wx.py
===================================================================
--- branches/transforms/lib/matplotlib/backends/backend_wx.py   2007-11-09 
16:35:15 UTC (rev 4185)
+++ branches/transforms/lib/matplotlib/backends/backend_wx.py   2007-11-09 
16:40:25 UTC (rev 4186)
@@ -448,7 +448,6 @@
 
         dc, gfx_ctx = self._cache.get(bitmap, (None, None))
         if dc is None:
-            print "new dc"
             dc = wx.MemoryDC()
             dc.SelectObject(bitmap)
             gfx_ctx = wx.GraphicsContext.Create(dc)


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to