mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-20 02:06:43 -06:00
clear console logs
This commit is contained in:
parent
d3f90a7abd
commit
cecbf59f46
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user