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

Skip to content

Commit 99c8dc0

Browse files
committed
removed debug print statement
svn path=/branches/v0_91_maint/; revision=5334
1 parent 44df377 commit 99c8dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/texmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def get_grey(self, tex, fontsize=None, dpi=None):
338338
hack = rcParams['text.dvipnghack']
339339
else:
340340
hack = self._dvipng_hack_alpha
341-
print 'using hack', hack
341+
342342
if hack:
343343
# hack the alpha channel
344344
# dvipng assumed a constant background, whereas we want to

0 commit comments

Comments
 (0)