Commit 87ce675f6169489dc892a8daa4dcf89296e613d6
1 parent
49810b00
fix: 一番赏 屏蔽初始化日志
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/models/Capsule.lua
@@ -136,8 +136,6 @@ function Capsule:init() | @@ -136,8 +136,6 @@ function Capsule:init() | ||
136 | local coin = ichibankuji["token"]:toArray(true, "=") | 136 | local coin = ichibankuji["token"]:toArray(true, "=") |
137 | self:setProperties({coin = coin[1] or 0, token = coin, hideTime = ichibankuji.hide_time, goods = goods, specials = specials, incentive = incentive}) | 137 | self:setProperties({coin = coin[1] or 0, token = coin, hideTime = ichibankuji.hide_time, goods = goods, specials = specials, incentive = incentive}) |
138 | 138 | ||
139 | - skynet.error("初始化完成") | ||
140 | - dump(self:data()) | ||
141 | end | 139 | end |
142 | 140 | ||
143 | function Capsule:isShow() | 141 | function Capsule:isShow() |