This commit is contained in:
Max-Wilhelm Bruker
2010-03-09 16:40:45 +01:00
parent 929f4f9b4d
commit 7bf3ff1ff4

View File

@@ -92,8 +92,6 @@ CardInfo *OracleImporter::addCard(QString cardName, const QString &cardCost, con
colors << "G";
bool cipt = (cardText.contains(cardName + " enters the battlefield tapped."));
if (cipt)
qDebug() << cardName;
card = new CardInfo(this, cardName, cardCost, cardType, cardPT, fullCardText, colors, cipt);
card->setPicURL(getURLFromName(cardName));