remove random print("hi \(path)") message (#1273)
This commit is contained in:
parent
ee0ed3b129
commit
abe5219b71
|
@ -555,7 +555,6 @@ let channel = try { () -> Channel in
|
|||
case .ip(let host, let port):
|
||||
return try socketBootstrap.bind(host: host, port: port).wait()
|
||||
case .unixDomainSocket(let path):
|
||||
print("hi \(path)")
|
||||
return try socketBootstrap.bind(unixDomainSocketPath: path).wait()
|
||||
case .stdio:
|
||||
return try pipeBootstrap.withPipes(inputDescriptor: STDIN_FILENO, outputDescriptor: STDOUT_FILENO).wait()
|
||||
|
|
Loading…
Reference in New Issue