Skip to content

Commit f38f119

Browse files
...
1 parent 275d08c commit f38f119

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ function read_worker_host_port(io::IO)
350350
throw(LaunchWorkerError("Unable to read host:port string from worker. Launch command exited with error?"))
351351
end
352352

353-
@error "conninfo: $conninfo"
353+
#@error "conninfo: $conninfo"
354354

355355
ntries -= 1
356356
bind_addr, port = parse_connection_info(conninfo)

src/managers.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,6 @@ function connect(manager::ClusterManager, pid::Int, config::WorkerConfig)
610610
end
611611

612612
tunnel = something(config.tunnel, false)
613-
@info "CONNECT TUNNEL=$tunnel"
614613

615614
s = split(pubhost,'@')
616615
user = ""
@@ -715,7 +714,7 @@ function connect_to_worker(host::AbstractString, port::Integer)
715714

716715

717716
iptype = typeof(bind_addr)
718-
@info "connect_to_worker: $host $port $bind_addr $iptype"
717+
#@info "connect_to_worker: $host $port $bind_addr $iptype"
719718
sock = socket_reuse_port(iptype)
720719
connect(sock, bind_addr, UInt16(port))
721720

0 commit comments

Comments
 (0)