aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/dicerollernode.cpp')
-rw-r--r--node/dicerollernode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp
index 70fbe49..cc1bff7 100644
--- a/node/dicerollernode.cpp
+++ b/node/dicerollernode.cpp
@@ -14,7 +14,7 @@ DiceRollerNode::DiceRollerNode(quint64 faces)
}
void DiceRollerNode::run(ExecutionNode* previous)
{
- qDebug() << "DiceRollerNode node";
+// qDebug() << "DiceRollerNode node";
if(NULL!=previous)
{
Result* result=previous->getResult();