From e67671a6bbc12061bd40daf7c8990f05cb2964af Mon Sep 17 00:00:00 2001 From: Maxmtg Date: Tue, 31 Jul 2012 18:35:40 +0000 Subject: [PATCH] remove debug console output --- src/main/java/forge/gui/download/GuiDownloadPicturesLQ.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);