From b5007290127d46defbf4a1b73cf6eb754af5981f Mon Sep 17 00:00:00 2001 From: Chris Foster Date: Fri, 29 Oct 2021 16:19:06 +1000 Subject: [PATCH] Remove debug logging This was accidentally left in during development --- Project.toml | 2 +- src/client.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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