aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2021-04-27 20:09:02 +0200
committerRenaud G <renaud@rolisteam.org>2021-04-27 20:09:32 +0200
commit969da2e855056d9b35ed9cc83026d4b646d01322 (patch)
tree2e08929876b03be48fecb603b3e756b261268bd2 /node/sortresult.cpp
parent5bd25d511e6277a55c1546df7b87017646b73f16 (diff)
downloadOneRoll-969da2e855056d9b35ed9cc83026d4b646d01322.tar.gz
OneRoll-969da2e855056d9b35ed9cc83026d4b646d01322.zip
dice: remove debug output
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();