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

Skip to content

Commit 4f50a34

Browse files
committed
remove a print statement in mplconfig
svn path=/trunk/matplotlib/; revision=3640
1 parent 39d4d34 commit 4f50a34

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/config/mplconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ def has_key(self, val):
462462
config_file = os.path.join(old_config_path, 'matplotlib.conf')
463463

464464
if os.path.exists(old_config_file) and not os.path.exists(config_file):
465-
print 'convert!'
466465
CONVERT = True
467466
else:
468467
config_file = cutils.get_config_file(tconfig=True)

0 commit comments

Comments
 (0)