Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
5e156604
Commit
5e156604
authored
Jul 02, 2015
by
Fabio Bas
Browse files
removed debug
parent
5f28dff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
oracle/src/oracleimporter.cpp
View file @
5e156604
...
@@ -195,12 +195,6 @@ int OracleImporter::importTextSpoiler(CardSet *set, const QVariant &data)
...
@@ -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
);
CardInfo
*
card
=
addCard
(
set
->
getShortName
(),
cardName
,
false
,
cardId
,
cardCost
,
cmc
,
cardType
,
cardPT
,
cardLoyalty
,
cardText
,
colors
,
relatedCards
,
upsideDown
);
if
(
!
set
->
contains
(
card
))
{
if
(
!
set
->
contains
(
card
))
{
if
(
cardName
==
"Mountain"
)
{
qDebug
()
<<
cardName
<<
" "
<<
set
->
getShortName
();
}
card
->
addToSet
(
set
);
card
->
addToSet
(
set
);
cards
++
;
cards
++
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment