From ca55291fbc38bfcc2da85f547f1af148ac7da631 Mon Sep 17 00:00:00 2001 From: joaosantanadev <82423306+joaosantanadev@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:24:49 -0300 Subject: [PATCH] Remove console.log --- src/api/integrations/event/webhook/webhook.controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/integrations/event/webhook/webhook.controller.ts b/src/api/integrations/event/webhook/webhook.controller.ts index a3a5a99e..73d33afa 100644 --- a/src/api/integrations/event/webhook/webhook.controller.ts +++ b/src/api/integrations/event/webhook/webhook.controller.ts @@ -66,7 +66,6 @@ export class WebhookController extends EventController implements EventControlle local, }: EmitData): Promise { const instance = (await this.get(instanceName)) as wa.LocalWebHook; - console.log(instanceName) const webhookConfig = configService.get('WEBHOOK');