mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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
|
||||
|
||||
for (final CardPrinted c : CardDb.instance().getAllUniqueCards()) {
|
||||
System.out.println(c.getName());
|
||||
//System.out.println(c.getName());
|
||||
CardRules firstSide = c.getCard();
|
||||
this.createDLObjects(firstSide);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user