Skip to content

Commit 2cc1ad8

Browse files
committed
remove stray print
1 parent 43c2a62 commit 2cc1ad8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/psf/black
8-
rev: 22.1.0
8+
rev: 22.3.0
99
hooks:
1010
- id: black
1111
language_version: python3

src/matplotx/_labels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def line_labels(
5555
ax_height_inches = ax_height * fig_height_inches
5656
ylim = ax.get_ylim()
5757
if logy:
58-
print(ylim)
5958
ax_height_ylim = math.log10(ylim[1]) - math.log10(ylim[0])
6059
else:
6160
ax_height_ylim = ylim[1] - ylim[0]

0 commit comments

Comments
 (0)