Remove debugging test

This commit is contained in:
Neil Alexander 2022-01-26 14:34:15 +00:00
parent dc23fc3758
commit 261b1a3a2c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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 {