|
From: <jd...@us...> - 2008-05-30 19:38:59
|
Revision: 5334
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5334&view=rev
Author: jdh2358
Date: 2008-05-30 12:38:58 -0700 (Fri, 30 May 2008)
Log Message:
-----------
removed debug print statement
Modified Paths:
--------------
branches/v0_91_maint/lib/matplotlib/texmanager.py
Modified: branches/v0_91_maint/lib/matplotlib/texmanager.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/texmanager.py 2008-05-30 19:38:42 UTC (rev 5333)
+++ branches/v0_91_maint/lib/matplotlib/texmanager.py 2008-05-30 19:38:58 UTC (rev 5334)
@@ -338,7 +338,7 @@
hack = rcParams['text.dvipnghack']
else:
hack = self._dvipng_hack_alpha
- print 'using hack', hack
+
if hack:
# hack the alpha channel
# dvipng assumed a constant background, whereas we want to
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|