🎈 perf(清理): 删除不必要的打印

This commit is contained in:
luying
2023-03-15 10:20:35 +08:00
parent 3e80616e49
commit ea95c5f2a5
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ export class GachaHandler {
let resultList: GachaResultIndb[] = [], heroInfo: CreateHeroParam[] = [], items: RewardInter[] = [], consume: ItemInter[] = [];
for(let { dic, min, max } of getDicGachas(dicGacha.gachaType, historyCount, count)) {
console.log('##########', dic, min, max)
// console.log('##########', dic, min, max)
let _count = max + 1 - min;
let gachaPull = new GachaPull(dic, { hope, floor, pickHero });
let userHeroes = await HeroModel.findByRole(roleId);