diff --git a/Project.toml b/Project.toml index ba3f66a..e0d1412 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RemoteREPL" uuid = "1bd9f7bb-701c-4338-bec7-ac987af7c555" authors = ["Chris Foster and contributors"] -version = "0.2.8" +version = "0.2.9" [deps] Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" diff --git a/src/client.jl b/src/client.jl index d37377e..d366c7a 100644 --- a/src/client.jl +++ b/src/client.jl @@ -163,7 +163,6 @@ function send_and_receive(conn::Connection, request; read_response=true) # and corrupt the stream. However, there's not much we can do about # this without improving the Julia runtime. if exc isa InterruptException - @info "Got interrupt" i if i < max_tries send_interrupt(conn) continue