fix: remve console.log

This commit is contained in:
Davidson Gomes
2024-02-18 07:27:24 -03:00
parent ab89ef8db3
commit 16c2e28e9c
4 changed files with 1 additions and 8 deletions

View File

@@ -131,7 +131,6 @@ export class BaileysStartupService extends WAStartupService {
this.logger.verbose('BaileysStartupService initialized');
this.cleanStore();
this.instance.qrcode = { count: 0 };
console.log('BaileysStartupService initialized');
}
private readonly msgRetryCounterCache: CacheStore = new NodeCache();
@@ -3125,6 +3124,6 @@ export class BaileysStartupService extends WAStartupService {
}
}
public async templateMessage() {
console.log('templateMessage');
throw new Error('Method not available in the Baileys service');
}
}