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
+1 -1
View File
@@ -237,7 +237,7 @@ export class SendMailFun {
// 生成全服邮件
public async createServerMails(code: string, serverIds: number[]) {
let mapTemp = this.mailTemps.get(code);
console.log('###### createServerMails 1', code, this.mailTemps, mapTemp)
// console.log('###### createServerMails 1', code, this.mailTemps, mapTemp)
if(mapTemp.sendTime < nowSeconds()) return;
for(let serverId of serverIds) {
let originMail = await ServerMailModel.addMail({ serverId, ...mapTemp.getCreateMailParams() });