Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d4d34 commit 4f50a34Copy full SHA for 4f50a34
1 file changed
lib/matplotlib/config/mplconfig.py
@@ -462,7 +462,6 @@ def has_key(self, val):
462
config_file = os.path.join(old_config_path, 'matplotlib.conf')
463
464
if os.path.exists(old_config_file) and not os.path.exists(config_file):
465
- print 'convert!'
466
CONVERT = True
467
else:
468
config_file = cutils.get_config_file(tconfig=True)
0 commit comments