mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 14:56:29 -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) {
|
if (this.redis.REDIS.ENABLED && this.redis.REDIS.SAVE_INSTANCES) {
|
||||||
console.log({ instanceName, instanceDbId });
|
|
||||||
await this.cache.delete(instanceName);
|
await this.cache.delete(instanceName);
|
||||||
if (instanceDbId) {
|
if (instanceDbId) {
|
||||||
await this.cache.delete(instanceDbId);
|
await this.cache.delete(instanceDbId);
|
||||||
|
|||||||
Reference in New Issue
Block a user