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