🌈 style(clear): 删除一些打印

This commit is contained in:
luying
2023-04-07 19:11:21 +08:00
parent 2c5118dd5a
commit 2ce30ee807
10 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ export default class GVGLeagueFarm extends BaseModel {
}
public static async setMyHarvestTime(configId: number, leagueCode: string, time: number) {
console.log(configId, leagueCode, nowSeconds(), time)
// console.log(configId, leagueCode, nowSeconds(), time)
await GVGLeagueFarmModel.updateMany({ configId, leagueCode, harvestTime: { $gt: nowSeconds() } }, { $set: { harvestTime: nowSeconds() + time }});
}
}