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

View File

@@ -3188,7 +3188,6 @@ export class WAStartupService {
let firstContactFound;
if (contacts.length > 0) {
firstContactFound = contacts[0].pushName;
console.log(contacts[0]);
}
const numberVerified = verify.find((v) => {