bridgev2/provisioning: remove leftover debug print
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run

This commit is contained in:
Tulir Asokan 2024-08-07 00:42:51 +03:00
commit e0f58dccf4

View file

@ -618,7 +618,6 @@ func (prov *ProvisioningAPI) GetContactList(w http.ResponseWriter, r *http.Reque
apiContact := &RespResolveIdentifier{
ID: contact.UserID,
}
fmt.Println(contact.UserInfo.Identifiers)
apiResp.Contacts[i] = apiContact
if contact.UserInfo != nil {
if contact.UserInfo.Name != nil {