mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-06 03:53:39 +00:00
remvoe all logging
This commit is contained in:
parent
c4d459ecde
commit
802d28c92f
1 changed files with 0 additions and 1 deletions
|
@ -308,7 +308,6 @@ func buildInviteStrippedState(
|
||||||
inviteState := []gomatrixserverlib.InviteV2StrippedState{
|
inviteState := []gomatrixserverlib.InviteV2StrippedState{
|
||||||
gomatrixserverlib.NewInviteV2StrippedState(&input.Event.Event),
|
gomatrixserverlib.NewInviteV2StrippedState(&input.Event.Event),
|
||||||
}
|
}
|
||||||
fmt.Printf("INVITE: %+v\n \n", input.Event.Unwrap())
|
|
||||||
|
|
||||||
stateEvents = append(stateEvents, types.Event{Event: input.Event.Unwrap()})
|
stateEvents = append(stateEvents, types.Event{Event: input.Event.Unwrap()})
|
||||||
for _, event := range stateEvents {
|
for _, event := range stateEvents {
|
||||||
|
|
Loading…
Reference in a new issue