Not a todo anymore

This commit is contained in:
Hamcha 2019-05-31 01:31:23 +02:00
parent 427f014cff
commit b250fc9b33
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ func (set *Set) ProviderByRarity(rarity Rarity) draft.CardProvider {
}
collection = rr
} else {
//TODO Filter cards by rarity
for _, card := range set.Cards {
if card.Rarity == rarity {
collection = append(collection, draft.Card{ID: card.ID})