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

Skip to content

Commit b42313b

Browse files
committed
Merged revisions 5334 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint ........ r5334 | jdh2358 | 2008-05-30 12:38:58 -0700 (Fri, 30 May 2008) | 1 line removed debug print statement ........ svn path=/trunk/matplotlib/; revision=5335
1 parent c00862b commit b42313b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/texmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def get_grey(self, tex, fontsize=None, dpi=None):
370370
hack = rcParams['text.dvipnghack']
371371
else:
372372
hack = self._dvipng_hack_alpha
373-
print 'using hack', hack
373+
374374
if hack:
375375
# hack the alpha channel
376376
# dvipng assumed a constant background, whereas we want to

0 commit comments

Comments
 (0)