Skip to content

Commit

Permalink
Removed println debug
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary authored Feb 7, 2024
1 parent 955545d commit 96bb45d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WebChannels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ function message(client::ClientId, msg::String)

# retrieve the message queue or set it up if not present
q, _ = get!(MESSAGE_QUEUE, client) do
println("Setting up websocket queue for $(repr(client)) ...")
queue = Channel{Tuple{String, Channel{Nothing}}}(10)
handler = @async while true
message, future = take!(queue)
Expand Down

0 comments on commit 96bb45d

Please sign in to comment.