mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 11:37:23 -06:00
Removed console.log
This commit is contained in:
parent
66b82ac10a
commit
3da73b821d
@ -3188,7 +3188,6 @@ export class WAStartupService {
|
|||||||
let firstContactFound;
|
let firstContactFound;
|
||||||
if (contacts.length > 0) {
|
if (contacts.length > 0) {
|
||||||
firstContactFound = contacts[0].pushName;
|
firstContactFound = contacts[0].pushName;
|
||||||
console.log(contacts[0]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const numberVerified = verify.find((v) => {
|
const numberVerified = verify.find((v) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user