Commit 3f0994f8 authored by hujiebin's avatar hujiebin

去掉无用日志

parent f65e35dc
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment