From e2969a6b122b98b6e9ed2241c3990d239c8cb13d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 14 Jun 2018 11:14:29 +0200 Subject: remove debug message --- diceparser.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'diceparser.cpp') diff --git a/diceparser.cpp b/diceparser.cpp index 77a0be9..22ff52f 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -877,7 +877,6 @@ bool DiceParser::readOperator(QString& str,ExecutionNode* previous) { parent = nodeExecOrChild; nodeExecOrChild = nodeExecOrChild->getNextNode(); - //qDebug() << node->getPriority() << nodeExecOrChild->getPriority() << "###########"; } // management of operator priority if((nullptr != nodeExecOrChild)&&(nodeExec != nodeExecOrChild)) @@ -967,7 +966,6 @@ bool DiceParser::readOption(QString& str,ExecutionNode* previous)//, { node = m_parsingToolbox->addSort(previous,ascending); KeepDiceExecNode* nodeK = new KeepDiceExecNode(); - //qDebug() << "nodeK " << previous->toString(true) << str; nodeK->setDiceKeepNumber(myNumber); node->setNextNode(nodeK); node = nodeK; -- cgit v1.2.3-70-g09d2