Commit 77770cb651b2e999f9bcc836f205d304fcaff901

Authored by liguanghui
1 parent 5de5479e

无用log移除

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/actions/HangAction.lua
@@ -767,8 +767,6 @@ local function workWinReward(role, bonusData, rewardType, count, sweep) @@ -767,8 +767,6 @@ local function workWinReward(role, bonusData, rewardType, count, sweep)
767 end 767 end
768 for i = 1, count do 768 for i = 1, count do
769 local chance = bonusData.chance:randWeight(true) 769 local chance = bonusData.chance:randWeight(true)
770 - print(chance)  
771 - dump(chance)  
772 if chance[1] ~= 0 then 770 if chance[1] ~= 0 then
773 reward[chance[1]] = (reward[chance[1]] or 0) + chance[2] 771 reward[chance[1]] = (reward[chance[1]] or 0) + chance[2]
774 end 772 end