调试日志注销

back_recharge
duhui 2021-06-02 11:03:21 +08:00
parent f2156b6f95
commit af1c2fb537
1 changed files with 1 additions and 1 deletions

View File

@ -1629,7 +1629,7 @@ public class ActivityLogic implements IEventHandler{
count++;
// 随机数
int randomInt = MathUtils.randomInt(totalWeight);
LOGGER.error("心愿抽奖,总权重:{},随机值:{},权重区间:{}-{},当前次数:{}",totalWeight,randomInt,totalWeight-incs[2],totalWeight,count);
// LOGGER.error("心愿抽奖,总权重:{},随机值:{},权重区间:{}-{},当前次数:{}",totalWeight,randomInt,totalWeight-incs[2],totalWeight,count);
// up奖励信息
int[] result = new int[]{incs[0],incs[1]};