agent/consul/state: remove TODO

This commit is contained in:
Mitchell Hashimoto 2018-03-03 10:13:16 -08:00
parent 70858598e4
commit ad42f42a17
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 2 deletions

View File

@ -245,8 +245,6 @@ func (s *Store) IntentionMatch(ws memdb.WatchSet, args *structs.IntentionQueryMa
}
}
// TODO: filter for uniques
// Sort the results by precedence
sort.Sort(structs.IntentionPrecedenceSorter(ixns))