mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
Removed console.log
This commit is contained in:
@@ -136,7 +136,6 @@ export class WAMonitoringService {
|
||||
}
|
||||
|
||||
if (this.redis.REDIS.ENABLED && this.redis.REDIS.SAVE_INSTANCES) {
|
||||
console.log({ instanceName, instanceDbId });
|
||||
await this.cache.delete(instanceName);
|
||||
if (instanceDbId) {
|
||||
await this.cache.delete(instanceDbId);
|
||||
|
||||
Reference in New Issue
Block a user