Removed console.log

This commit is contained in:
Judson Cairo 2024-08-13 10:23:39 -03:00
parent 041b3c5e1f
commit f0a6fb111e

View File

@ -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);