删除无用log

This commit is contained in:
by 2024-09-28 14:32:54 +08:00
parent b5099d9c37
commit f642c32631
1 changed files with 0 additions and 3 deletions

View File

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