日志优化

This commit is contained in:
hahwu 2026-01-26 18:20:39 +08:00
parent b880ac07a7
commit 39575b61d5

View File

@ -240,5 +240,5 @@ func HandleClientReq(args []interface{}) {
if b { if b {
p.(*Player).SendClientRes() p.(*Player).SendClientRes()
} }
log.Debug("uid : %d, func : %s, execTime : %s ", p.(*Player).M_DwUin, m.GetFunc(), time.Since(start)) //log.Debug("uid : %d, func : %s, execTime : %s ", p.(*Player).M_DwUin, m.GetFunc(), time.Since(start))
} }