1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-28 03:37:09 +00:00

Remove logging line in PerformInvite

This commit is contained in:
Neil Alexander 2022-02-22 13:47:14 +00:00
parent e9545dc12f
commit 34116178e8
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -554,7 +554,6 @@ func (r *FederationInternalAPI) PerformInvite(
if err != nil {
return fmt.Errorf("r.federation.SendInviteV2: failed to send invite: %w", err)
}
logrus.Infof("GOT INVITE RESPONSE %s", string(inviteRes.Event))
inviteEvent, err := inviteRes.Event.UntrustedEvent(request.RoomVersion)
if err != nil {