mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +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{
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue