remvoe all logging

This commit is contained in:
Half-Shot 2020-05-08 16:06:33 +01:00
parent c4d459ecde
commit 802d28c92f

View file

@ -308,7 +308,6 @@ func buildInviteStrippedState(
inviteState := []gomatrixserverlib.InviteV2StrippedState{
gomatrixserverlib.NewInviteV2StrippedState(&input.Event.Event),
}
fmt.Printf("INVITE: %+v\n \n", input.Event.Unwrap())
stateEvents = append(stateEvents, types.Event{Event: input.Event.Unwrap()})
for _, event := range stateEvents {