Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 181d589

Browse files
committed
Removed debugging message.
svn path=/branches/transforms/; revision=4186
1 parent 63c621b commit 181d589

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/backends/backend_wx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ def __init__(self, bitmap, renderer):
448448

449449
dc, gfx_ctx = self._cache.get(bitmap, (None, None))
450450
if dc is None:
451-
print "new dc"
452451
dc = wx.MemoryDC()
453452
dc.SelectObject(bitmap)
454453
gfx_ctx = wx.GraphicsContext.Create(dc)

0 commit comments

Comments
 (0)