From: <md...@us...> - 2007-11-09 16:40:26
|
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. |