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

Skip to content

Commit 55a9261

Browse files
committed
Removing debugging output in last commit.
svn path=/trunk/matplotlib/; revision=3862
1 parent 07d119f commit 55a9261

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/font_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,6 @@ def set_size(self, size):
773773
else:
774774
if is_string_like(size):
775775
parent_size = fontManager.get_default_size()
776-
print "parent_size", parent_size, size
777776
scaling = font_scalings.get(size)
778777
if scaling is not None:
779778
size = parent_size * scaling

0 commit comments

Comments
 (0)