From 80b98e3ba64a760098adfb591a39a1cae44f2dbe Mon Sep 17 00:00:00 2001 From: Karchnu Date: Mon, 14 Sep 2020 16:15:21 +0200 Subject: [PATCH] Removing useless logs. --- src/websocketd.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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