Commit 77770cb651b2e999f9bcc836f205d304fcaff901
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 | 767 | end |
768 | 768 | for i = 1, count do |
769 | 769 | local chance = bonusData.chance:randWeight(true) |
770 | - print(chance) | |
771 | - dump(chance) | |
772 | 770 | if chance[1] ~= 0 then |
773 | 771 | reward[chance[1]] = (reward[chance[1]] or 0) + chance[2] |
774 | 772 | end | ... | ... |