From 969da2e855056d9b35ed9cc83026d4b646d01322 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 27 Apr 2021 20:09:02 +0200 Subject: dice: remove debug output --- node/mergenode.cpp | 2 +- node/repeaternode.cpp | 2 +- node/sortresult.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node/mergenode.cpp b/node/mergenode.cpp index 441d306..7a521e3 100644 --- a/node/mergenode.cpp +++ b/node/mergenode.cpp @@ -104,7 +104,7 @@ ExecutionNode* MergeNode::getLatestNode(ExecutionNode* node) ExecutionNode* next= node; while(nullptr != next->getNextNode() && (next->getNextNode() != this)) { - qDebug() << "find latest node" << next->toString(true) << next->getNextNode()->toString(true); + // qDebug() << "find latest node" << next->toString(true) << next->getNextNode()->toString(true); next= next->getNextNode(); } return next; diff --git a/node/repeaternode.cpp b/node/repeaternode.cpp index 9fd4f5a..2010118 100644 --- a/node/repeaternode.cpp +++ b/node/repeaternode.cpp @@ -121,7 +121,7 @@ void RepeaterNode::run(ExecutionNode* previousNode) m_result= string; - qDebug().noquote() << listOfStrResult.join('\n'); + //qDebug().noquote() << listOfStrResult.join('\n'); } if(nullptr != m_nextNode) diff --git a/node/sortresult.cpp b/node/sortresult.cpp index f22107d..631949a 100644 --- a/node/sortresult.cpp +++ b/node/sortresult.cpp @@ -65,7 +65,7 @@ void SortResultNode::run(ExecutionNode* node) for(int i= 0; i < diceList.size(); ++i) { Die* tmp1= new Die(*diceList[i]); - qDebug() << tmp1->getColor() << diceList[i]->getColor(); + //qDebug() << tmp1->getColor() << diceList[i]->getColor(); //*tmp1=*diceList[i]; diceList[i]->displayed(); -- cgit v1.2.3-70-g09d2