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

Skip to content

Commit 5b58223

Browse files
committed
- Removed loaded modules logging
1 parent ee3cb9a commit 5b58223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,6 @@ def inner(ax, *args, data=None, **kwargs):
14341434

14351435
_log.debug('interactive is %s', is_interactive())
14361436
_log.debug('platform is %s', sys.platform)
1437-
_log.debug('loaded modules: %s', list(sys.modules))
14381437

14391438

14401439
# workaround: we must defer colormaps import to after loading rcParams, because

0 commit comments

Comments
 (0)