mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Removed debug info
This commit is contained in:
@@ -1666,7 +1666,7 @@ public class CardFactoryUtil {
|
||||
final Set<Integer> diffCMC = new HashSet<>();
|
||||
for (final Card card : paidList) {
|
||||
diffCMC.add(card.getCMC());
|
||||
}System.out.println(diffCMC);
|
||||
}
|
||||
return diffCMC.size();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user