|
From: <md...@us...> - 2007-09-20 12:40:43
|
Revision: 3862
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3862&view=rev
Author: mdboom
Date: 2007-09-20 05:40:41 -0700 (Thu, 20 Sep 2007)
Log Message:
-----------
Removing debugging output in last commit.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/font_manager.py
Modified: trunk/matplotlib/lib/matplotlib/font_manager.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/font_manager.py 2007-09-20 12:31:26 UTC (rev 3861)
+++ trunk/matplotlib/lib/matplotlib/font_manager.py 2007-09-20 12:40:41 UTC (rev 3862)
@@ -773,7 +773,6 @@
else:
if is_string_like(size):
parent_size = fontManager.get_default_size()
- print "parent_size", parent_size, size
scaling = font_scalings.get(size)
if scaling is not None:
size = parent_size * scaling
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|