日志优化

This commit is contained in:
hahwu 2026-01-26 18:20:39 +08:00
parent d60c56a767
commit 7cab2e6eb1

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))
} }