From a0f8bbc597ea0fe0f77979849685705a117faa7f Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 15 Dec 2018 11:29:25 +0100 Subject: -Remove debug message. --- diceparser.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/diceparser.cpp b/diceparser.cpp index c3baf23..58fe647 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -516,7 +516,7 @@ { ExecutionNode* next = getLeafNode(start); Result* result=next->getResult(); - qDebug() << "result id" << result->toString(true); + //qDebug() << "result id" << result->toString(true); ExportedDiceResult nodeResult; while(nullptr!=result) { @@ -529,7 +529,7 @@ for(Die* die : diceResult->getResultList()) { faces = die->getFaces(); - qDebug() << "face" << faces; + // qDebug() << "face" << faces; HighLightDice hlDice(die->getListValue(),die->isHighlighted(),die->getColor(), die->hasBeenDisplayed(),die->getFaces()); list.append(hlDice); } @@ -539,7 +539,7 @@ } resultList.append(nodeResult); } - qDebug() << resultList.size(); + //qDebug() << resultList.size(); } void DiceParser::getLastDiceResult(QList& diceValuesList,bool& homogeneous) @@ -1137,7 +1137,7 @@ .arg(operatorName==Reroll? QStringLiteral("r") :operatorName==RerollUntil? QStringLiteral("R") :operatorName==RerollAndAdd? QStringLiteral("a") - :"")); + :"")); } } -- cgit v1.2.3-70-g09d2