Skip to content

Commit b500729

Browse files
committed
Remove debug logging
This was accidentally left in during development
1 parent 14a2770 commit b500729

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RemoteREPL"
22
uuid = "1bd9f7bb-701c-4338-bec7-ac987af7c555"
33
authors = ["Chris Foster <[email protected]> and contributors"]
4-
version = "0.2.8"
4+
version = "0.2.9"
55

66
[deps]
77
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

src/client.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ function send_and_receive(conn::Connection, request; read_response=true)
163163
# and corrupt the stream. However, there's not much we can do about
164164
# this without improving the Julia runtime.
165165
if exc isa InterruptException
166-
@info "Got interrupt" i
167166
if i < max_tries
168167
send_interrupt(conn)
169168
continue

0 commit comments

Comments
 (0)