diff --git a/http/client_handlers.go b/http/client_handlers.go index 7c13cd6..9f4e697 100644 --- a/http/client_handlers.go +++ b/http/client_handlers.go @@ -120,7 +120,6 @@ func handleWs(uiPass string, clients *ClientsStruct) func(w http.ResponseWriter, for { time.Sleep(1 * time.Second) _, _, err := conn.ReadMessage() - utils.Logger.Error(err) if err != nil { utils.Logger.Debug(err) utils.Logger.WithField("client_id", clientId).Info("Closed client")