diff --git a/src/websocketd.cr b/src/websocketd.cr index 5240d75..730c353 100644 --- a/src/websocketd.cr +++ b/src/websocketd.cr @@ -296,7 +296,7 @@ end def websocket_switching_procedure (activefd : Int) begin - Baguette::Log.title "activefd is #{activefd}" + # Baguette::Log.title "activefd is #{activefd}" if Context.context.is_client[activefd] # Baguette::Log.title "activefd #{activefd} is a client" # The client is a WebSocket on top of a TCP connection