mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-07 02:24:27 -08:00
removed debug
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user