mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/provisioning: remove leftover debug print
This commit is contained in:
parent
213f9df4a4
commit
e0f58dccf4
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue