diff --git a/main.go b/main.go index 8322a6114ba493a3afa8e800c21fed15447366ea..ee1c7b7405eb5bbe13641dc3a16d16f674d9926b 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 {