删除无用log
This commit is contained in:
parent
b5099d9c37
commit
f642c32631
|
@ -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)
|
dollLog := model.NewDbBagChangeDoll(p.Platform, p.SnId, itemId, 1, 0, "", msg.Addr, msg.UserName, msg.UserTel)
|
||||||
return model.InsertDbBagChangeDollLog(dollLog)
|
return model.InsertDbBagChangeDollLog(dollLog)
|
||||||
}), task.CompleteNotifyWrapper(func(data interface{}, t task.Task) {
|
}), task.CompleteNotifyWrapper(func(data interface{}, t task.Task) {
|
||||||
if data != nil {
|
|
||||||
logger.Logger.Errorf("CSDollChange err: %v", data)
|
|
||||||
}
|
|
||||||
}), "CSDollChange").Start()
|
}), "CSDollChange").Start()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue