aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/sortresult.cpp')
-rw-r--r--node/sortresult.cpp2
1 files changed, 1 insertions, 1 deletions
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();