Skip to content

Commit 7fd85d7

Browse files
committed
fixup! debug
1 parent 31d8ac3 commit 7fd85d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process_messages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function message_handler_loop(r_stream::IO, w_stream::IO, incoming::Bool)
206206
end
207207
readbytes!(r_stream, boundary, length(MSG_BOUNDARY))
208208

209-
# println("got msg: ", typeof(msg))
209+
println("got msg: ", typeof(msg))
210210
handle_msg(msg, header, r_stream, w_stream, version)
211211
end
212212
catch e

0 commit comments

Comments
 (0)