Removed console.log

This commit is contained in:
Leandro Santos Rocha 2024-01-31 10:55:37 -03:00 committed by GitHub
parent 66b82ac10a
commit 3da73b821d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) => {