removed obsolete todo

This commit is contained in:
Evan Kranzler 2021-10-14 08:12:00 -04:00
parent cfef00f90b
commit 4c93eda485

View file

@ -243,7 +243,7 @@ public class GathererSets implements Iterable<DownloadJob> {
} }
} }
// 4. info: sets with missing cards for boosters (todo: what about +20 number for alternative land arts?) // 4. info: sets with missing cards for boosters
if (set.getMaxCardNumberInBooster() != Integer.MAX_VALUE) { if (set.getMaxCardNumberInBooster() != Integer.MAX_VALUE) {
for (ExpansionSet.SetCardInfo card : set.getSetCardInfo()) { for (ExpansionSet.SetCardInfo card : set.getSetCardInfo()) {
if (card.getCardNumberAsInt() > set.getMaxCardNumberInBooster()) { if (card.getCardNumberAsInt() > set.getMaxCardNumberInBooster()) {