remove debug console output

This commit is contained in:
Maxmtg
2012-07-31 18:35:40 +00:00
parent aa75d35900
commit e67671a6bb

View File

@@ -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);