Commit c242dda6b051b48c5c77d833578c59f66949a939
1 parent
21774ba5
fix: 删除print打印
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
src/models/Daily.lua
... | ... | @@ -136,10 +136,6 @@ function Daily:checkTreasureExpired(treasureAttr, treasureList) |
136 | 136 | end |
137 | 137 | curInfo = clone(treasureAttr) |
138 | 138 | end |
139 | - elseif curInfo["end_time"] then | |
140 | - print("end_time") | |
141 | - print(curInfo["end_time"]) | |
142 | - print(skynet.timex()) | |
143 | 139 | end |
144 | 140 | else |
145 | 141 | curInfo = clone(treasureAttr) | ... | ... |