removed debug
This commit is contained in:
parent
5f28dff30e
commit
5e1566046e
1 changed files with 0 additions and 6 deletions
|
@ -195,12 +195,6 @@ int OracleImporter::importTextSpoiler(CardSet *set, const QVariant &data)
|
|||
CardInfo *card = addCard(set->getShortName(), cardName, false, cardId, cardCost, cmc, cardType, cardPT, cardLoyalty, cardText, colors, relatedCards, upsideDown);
|
||||
|
||||
if (!set->contains(card)) {
|
||||
|
||||
if(cardName=="Mountain")
|
||||
{
|
||||
qDebug() << cardName << " " << set->getShortName();
|
||||
}
|
||||
|
||||
card->addToSet(set);
|
||||
cards++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue