We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99511ce commit 7a0d1beCopy full SHA for 7a0d1be
Sources/ShellOut.swift
@@ -405,8 +405,6 @@ private extension TSCBasic.Process {
405
environment: [String : String]? = nil,
406
at: String? = nil
407
) async throws -> (stdout: String, stderr: String) {
408
- print("command:", command)
409
- print("arguments:", arguments)
410
let process = try Self.init(
411
arguments: [command] + arguments,
412
environment: environment ?? ProcessEnv.vars,
0 commit comments