mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Removed debugging line.
This commit is contained in:
@@ -609,7 +609,6 @@ public final class QuestUtilCards {
|
|||||||
|
|
||||||
List<BoosterBox> output = new ArrayList<>();
|
List<BoosterBox> output = new ArrayList<>();
|
||||||
for (CardEdition e : editions) {
|
for (CardEdition e : editions) {
|
||||||
System.out.println(e);
|
|
||||||
output.add(BoosterBox.FN_FROM_SET.apply(e));
|
output.add(BoosterBox.FN_FROM_SET.apply(e));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user