diff --git a/mlp/booster.go b/mlp/booster.go index 9112730..ef7578e 100644 --- a/mlp/booster.go +++ b/mlp/booster.go @@ -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})