Clean up some commented out bits

This commit is contained in:
Neil Alexander 2022-01-17 11:06:22 +00:00
parent 3c6ce82060
commit 0f5049279c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 1 additions and 44 deletions

View file

@ -83,12 +83,6 @@ func (r *Inputer) processRoomEvent(
"type": event.Type(),
})
if input.Origin == "" {
// input.Origin = event.Origin()
}
logger.Println("XXX: Processing event")
// 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 {