clear:线上版本,删除一些不需要的log

This commit is contained in:
luying
2022-06-06 11:37:26 +08:00
parent f82f74aa50
commit 17bcbe7804
12 changed files with 16 additions and 16 deletions

View File

@@ -216,7 +216,7 @@ export async function refreshUserGuild(userGuild: UserGuildType, roleId: string)
const now = new Date();
let isRefDaily = shouldRefresh(refTimeDaily, now);
console.log('####### isRefDaily', isRefDaily, refTimeDaily, now)
// console.log('####### isRefDaily', isRefDaily, refTimeDaily, now)
if (isRefDaily) {
if(refTimeDaily) {
await sendUnreceivedWishPool(wishGoods, roleId);