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