mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 09:43:10 -06:00
Remove debugging test
This commit is contained in:
parent
dc23fc3758
commit
261b1a3a2c
|
|
@ -101,10 +101,6 @@ func (r *Inputer) processRoomEvent(
|
|||
"type": event.Type(),
|
||||
})
|
||||
|
||||
if _, err := headered.RoomVersion.EventIDFormat(); err != nil {
|
||||
panic("UNKNOWN ROOM VERSION")
|
||||
}
|
||||
|
||||
// if we have already got this event then do not process it again, if the input kind is an outlier.
|
||||
// Outliers contain no extra information which may warrant a re-processing.
|
||||
if input.Kind == api.KindOutlier {
|
||||
|
|
|
|||
Loading…
Reference in a new issue