Skip to content

Commit a587535

Browse files
committed
Remove println from scp code
1 parent a24b87c commit a587535

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/clj_ssh/ssh.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,6 @@ cmd specifies a command to exec. Valid commands are:
10811081
(filter val)
10821082
(map (comp flags key)))))
10831083
(string/join " " remote-paths))
1084-
_ (println cmd)
10851084
_ (logging/tracef "scp-from: %s" cmd)
10861085
{:keys [^ChannelExec channel
10871086
^PipedInputStream out-stream]}

0 commit comments

Comments
 (0)