mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
remove debug console output
This commit is contained in:
@@ -64,7 +64,7 @@ public class GuiDownloadPicturesLQ extends GuiDownloader {
|
|||||||
// It is already needed here as initialized variable - that was the best place to initialize
|
// It is already needed here as initialized variable - that was the best place to initialize
|
||||||
|
|
||||||
for (final CardPrinted c : CardDb.instance().getAllUniqueCards()) {
|
for (final CardPrinted c : CardDb.instance().getAllUniqueCards()) {
|
||||||
System.out.println(c.getName());
|
//System.out.println(c.getName());
|
||||||
CardRules firstSide = c.getCard();
|
CardRules firstSide = c.getCard();
|
||||||
this.createDLObjects(firstSide);
|
this.createDLObjects(firstSide);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user