Skip to content

Commit 55bce87

Browse files
committed
Remove stray print
1 parent d66c8ad commit 55bce87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyls_black/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def format_text(*, text, config):
4848
pyi=config["pyi"],
4949
skip_string_normalization=config["skip_string_normalization"],
5050
)
51-
print(line_length)
5251
return black.format_file_contents(
5352
text, line_length=line_length, fast=fast, mode=mode
5453
)

0 commit comments

Comments
 (0)