From 3f0994f83e8b8e08219bc7e82e002f13dd48a7e5 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Mon, 18 Sep 2023 10:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8322a61..ee1c7b7 100644 --- a/main.go +++ b/main.go @@ -152,7 +152,7 @@ func serverWebsocket(w http.ResponseWriter, r *http.Request) { now := time.Now() us := now.UnixNano()/1000 - int64(timeStamp) if us > 200000 { - logger.Infof("Message take %d us to come here.", us) + //logger.Infof("Message take %d us to come here.", us) } if msgType == common.MsgTypeLogin { -- 2.22.0