From f642c3263195fdaffbfa6ec847c30db4a9eca2d0 Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Sat, 28 Sep 2024 14:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/action_bag.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/worldsrv/action_bag.go b/worldsrv/action_bag.go index b20697d..f5d68c7 100644 --- a/worldsrv/action_bag.go +++ b/worldsrv/action_bag.go @@ -633,9 +633,6 @@ func CSDollChange(s *netlib.Session, packetid int, data interface{}, sid int64) dollLog := model.NewDbBagChangeDoll(p.Platform, p.SnId, itemId, 1, 0, "", msg.Addr, msg.UserName, msg.UserTel) return model.InsertDbBagChangeDollLog(dollLog) }), task.CompleteNotifyWrapper(func(data interface{}, t task.Task) { - if data != nil { - logger.Logger.Errorf("CSDollChange err: %v", data) - } }), "CSDollChange").Start() }