clear console logs

This commit is contained in:
Davidson Gomes 2024-09-21 13:42:23 -03:00
parent d3f90a7abd
commit cecbf59f46

View File

@ -223,9 +223,6 @@ export class ChatwootService {
return true; return true;
} }
console.log('organization', organization);
console.log('logo', logo);
this.logger.log('Creating chatwoot bot contact'); this.logger.log('Creating chatwoot bot contact');
const contact = const contact =
(await this.findContact(instance, '123456')) || (await this.findContact(instance, '123456')) ||
@ -325,7 +322,6 @@ export class ChatwootService {
}; };
} }
console.log('data', data);
const contact = await client.contacts.create({ const contact = await client.contacts.create({
accountId: this.provider.accountId, accountId: this.provider.accountId,
data, data,