aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/rerolldicenode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/rerolldicenode.cpp')
-rw-r--r--node/rerolldicenode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/rerolldicenode.cpp b/node/rerolldicenode.cpp
index 21e0dbf..3f0228c 100644
--- a/node/rerolldicenode.cpp
+++ b/node/rerolldicenode.cpp
@@ -44,7 +44,6 @@ void RerollDiceNode::run(ExecutionNode* previous)
bool finished = false;
while(m_validator->hasValid(die,false) && !finished)
{
- qDebug() << "reroll"<< die->getValue() << m_instruction;
if(m_instruction != nullptr)
{
m_instruction->run(this);