mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
Clean up some commented out bits
This commit is contained in:
parent
3c6ce82060
commit
0f5049279c
2 changed files with 1 additions and 44 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue