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/sortresult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/sortresult.cpp') 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