8000 MNT: remove debug from update_title_pos · matplotlib/matplotlib@3943b7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3943b7c

Browse files
committed
MNT: remove debug from update_title_pos
1 parent 56243e9 commit 3943b7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,6 @@ def _update_title_position(self, renderer):
24672467
Update the title position based on the bounding box enclosing
24682468
all the ticklabels and x-axis spine and xlabel...
24692469
"""
2470-
_log.debug('update_title_pos')
24712470

24722471
if self._autotitlepos is not None and not self._autotitlepos:
24732472
_log.debug('title position was updated manually, not adjusting')

0 commit comments

Comments
 (0)
0