From 77770cb651b2e999f9bcc836f205d304fcaff901 Mon Sep 17 00:00:00 2001 From: liguanghui Date: Wed, 31 Mar 2021 14:24:44 +0800 Subject: [PATCH] 无用log移除 --- src/actions/HangAction.lua | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/src/actions/HangAction.lua b/src/actions/HangAction.lua index bd64acc..2d7e425 100644 --- a/src/actions/HangAction.lua +++ b/src/actions/HangAction.lua @@ -767,8 +767,6 @@ local function workWinReward(role, bonusData, rewardType, count, sweep) end for i = 1, count do local chance = bonusData.chance:randWeight(true) - print(chance) - dump(chance) if chance[1] ~= 0 then reward[chance[1]] = (reward[chance[1]] or 0) + chance[2] end -- libgit2 0.21.2