mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
remove debug (#3572)
This commit is contained in:
parent
923b4acdbc
commit
e4bac025dd
1 changed files with 0 additions and 2 deletions
|
|
@ -155,9 +155,7 @@ void CockatriceXml3Parser::loadCardsFromXml(QXmlStreamReader &xml)
|
|||
bool upsideDown = false;
|
||||
|
||||
while (!xml.atEnd()) {
|
||||
qDebug() << xml.name();
|
||||
if (xml.readNext() == QXmlStreamReader::EndElement) {
|
||||
qDebug() << "end";
|
||||
break;
|
||||
}
|
||||
// variable - assigned properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue