Skip to content

Commit 7a0d1be

Browse files
committed
Remove debug printout
1 parent 99511ce commit 7a0d1be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/ShellOut.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,6 @@ private extension TSCBasic.Process {
405405
environment: [String : String]? = nil,
406406
at: String? = nil
407407
) async throws -> (stdout: String, stderr: String) {
408-
print("command:", command)
409-
print("arguments:", arguments)
410408
let process = try Self.init(
411409
arguments: [command] + arguments,
412410
environment: environment ?? ProcessEnv.vars,

0 commit comments

Comments
 (0)