diff options
| author | 2021-04-27 20:09:02 +0200 | |
|---|---|---|
| committer | 2021-04-27 20:09:32 +0200 | |
| commit | 969da2e855056d9b35ed9cc83026d4b646d01322 (patch) | |
| tree | 2e08929876b03be48fecb603b3e756b261268bd2 /node/sortresult.cpp | |
| parent | 5bd25d511e6277a55c1546df7b87017646b73f16 (diff) | |
| download | OneRoll-969da2e855056d9b35ed9cc83026d4b646d01322.tar.gz OneRoll-969da2e855056d9b35ed9cc83026d4b646d01322.zip | |
dice: remove debug output
Diffstat (limited to 'node/sortresult.cpp')
| -rw-r--r-- | node/sortresult.cpp | 2 |
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(); |