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,10 +136,6 @@ function Daily:checkTreasureExpired(treasureAttr, treasureList) | ||
136 | end | 136 | end |
137 | curInfo = clone(treasureAttr) | 137 | curInfo = clone(treasureAttr) |
138 | end | 138 | end |
139 | - elseif curInfo["end_time"] then | ||
140 | - print("end_time") | ||
141 | - print(curInfo["end_time"]) | ||
142 | - print(skynet.timex()) | ||
143 | end | 139 | end |
144 | else | 140 | else |
145 | curInfo = clone(treasureAttr) | 141 | curInfo = clone(treasureAttr) |