Skip to content

Commit 324abe1

Browse files
committed
remove print
1 parent a625390 commit 324abe1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylsp_ruff/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ def run_ruff(
542542

543543
cmd = [*find_executable(executable), str(subcommand)]
544544
cmd.extend(arguments)
545-
print(cmd)
546545

547546
log.debug(f"Calling {cmd} on '{document_path}'")
548547
p = Popen(cmd, stdin=PIPE, stdout=PIPE)

0 commit comments

Comments
 (0)