mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
Remove log lines
This commit is contained in:
parent
8ffc5d18b5
commit
3acdc3a0c3
|
|
@ -16,7 +16,6 @@ package producers
|
|||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/matrix-org/dendrite/roomserver/api"
|
||||
"github.com/matrix-org/gomatrixserverlib"
|
||||
|
|
@ -68,7 +67,6 @@ func (c *RoomserverProducer) SendEventWithState(
|
|||
if haveEventIDs[outlier.EventID()] {
|
||||
continue
|
||||
}
|
||||
fmt.Println("append outlier ", outlier.EventID())
|
||||
ires = append(ires, api.InputRoomEvent{
|
||||
Kind: api.KindOutlier,
|
||||
Event: outlier.Headered(event.RoomVersion),
|
||||
|
|
|
|||
Loading…
Reference in a new issue