mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
Removed console.log
This commit is contained in:
parent
041b3c5e1f
commit
f0a6fb111e
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user