mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-09 05:12:28 -06:00
fix: remve console.log
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user