Update to latest GMSL; remove debug logs

This commit is contained in:
Kegan Dougal 2025-08-13 16:08:52 +01:00
parent c2bd2f37ce
commit c15c827f10
4 changed files with 5 additions and 6 deletions

View file

@ -575,7 +575,6 @@ func (r *FederationInternalAPI) SendInvite(
"room_version": event.Version(),
"destination": destination,
}).Info("Sending invite")
logrus.Infof("invite event json %s", string(event.JSON()))
inviteReq, err := fclient.NewInviteV2Request(event, strippedState)
if err != nil {