🎈 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
@@ -373,7 +373,7 @@ export class HeroHandler {
}
if (newJobStage == hero.jobStage) return resResult(STATUS.ROLE_MATERIAL_NOT_ENOUGH);
let consumes = check.getConsume();
console.log('#### consumes', consumes);
// console.log('#### consumes', consumes);
let result = await handleCost(roleId, sid, consumes, ITEM_CHANGE_REASON.HERO_JOB_TRAIN);
if (!result)
return resResult(STATUS.BATTLE_CONSUMES_NOT_ENOUGH);