Skip to content

Commit 3da73b8

Browse files
authored
Removed console.log
1 parent 66b82ac commit 3da73b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/whatsapp/services/whatsapp.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,6 @@ export class WAStartupService {
31883188
let firstContactFound;
31893189
if (contacts.length > 0) {
31903190
firstContactFound = contacts[0].pushName;
3191-
console.log(contacts[0]);
31923191
}
31933192

31943193
const numberVerified = verify.find((v) => {

0 commit comments

Comments
 (0)