From cecbf59f46767639ad8e7986d253deb1bf3599e8 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sat, 21 Sep 2024 13:42:23 -0300 Subject: [PATCH] clear console logs --- .../chatbot/chatwoot/services/chatwoot.service.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts index 36a64c18..7405e166 100644 --- a/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts +++ b/src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts @@ -223,9 +223,6 @@ export class ChatwootService { return true; } - console.log('organization', organization); - console.log('logo', logo); - this.logger.log('Creating chatwoot bot contact'); const contact = (await this.findContact(instance, '123456')) || @@ -325,7 +322,6 @@ export class ChatwootService { }; } - console.log('data', data); const contact = await client.contacts.create({ accountId: this.provider.accountId, data,