mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -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;
|
bool upsideDown = false;
|
||||||
|
|
||||||
while (!xml.atEnd()) {
|
while (!xml.atEnd()) {
|
||||||
qDebug() << xml.name();
|
|
||||||
if (xml.readNext() == QXmlStreamReader::EndElement) {
|
if (xml.readNext() == QXmlStreamReader::EndElement) {
|
||||||
qDebug() << "end";
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// variable - assigned properties
|
// variable - assigned properties
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue