diff options
Diffstat (limited to 'node/explodedicenode.cpp')
| -rw-r--r-- | node/explodedicenode.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node/explodedicenode.cpp b/node/explodedicenode.cpp index d640eaa..b151de8 100644 --- a/node/explodedicenode.cpp +++ b/node/explodedicenode.cpp @@ -38,10 +38,6 @@ void ExplodeDiceNode::run(ExecutionNode* previous) m_nextNode->run(this); } } - else - { - qDebug() << "test!!"; - } } } ExplodeDiceNode::~ExplodeDiceNode() |