diff --git a/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java b/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java index cfb69844d77..c44da8ab83a 100644 --- a/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java +++ b/src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java @@ -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);