Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
remove verbosity of contact import
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 20, 2022
1 parent 0a346fe commit f8e0794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ func GetRegisteredContacts() ([]contacts.Contact, error) {

UUID := idToHexUUID(responseData[ind*uuidlength : (ind+1)*uuidlength])
index := findIndexByE147(phone, localContacts)
fmt.Println(localContacts[index].Name, phone, UUID, len(localContacts), len(responseData)/uuidlength) //todo remove
if strings.Count(localContacts[index].Name, "=") > 2 {
decodedName, err := io.ReadAll(quotedprintable.NewReader(strings.NewReader(localContacts[index].Name)))
if err != nil {
Expand Down

0 comments on commit f8e0794

Please sign in to comment.