移出不要日志

This commit is contained in:
meixiongfeng 2023-06-08 18:33:45 +08:00
parent 6d50edeb45
commit e88f98ca88

View File

@ -61,8 +61,6 @@ func (this *modelCaravan) getCaravanList(uid string) (result *pb.DBCaravan, err
this.module.InitCaravanItemData(uid, result)
this.Add(uid, result)
return
} else {
this.module.Errorf("getCaravanList error: %v,uid:%s", err, uid)
}
err = nil
return result, err