aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/explodedicenode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-06-14 11:14:29 +0200
committerRenaud G <renaud@rolisteam.org>2018-06-14 11:16:02 +0200
commite2969a6b122b98b6e9ed2241c3990d239c8cb13d (patch)
tree1f79aeb0d2ebecfb35aab94856b665a47d0ddc6a /node/explodedicenode.cpp
parent0fc28f038271f7ee4f2656af4d53ec3351701dd9 (diff)
downloadOneRoll-e2969a6b122b98b6e9ed2241c3990d239c8cb13d.tar.gz
OneRoll-e2969a6b122b98b6e9ed2241c3990d239c8cb13d.zip
remove debug message
Diffstat (limited to 'node/explodedicenode.cpp')
-rw-r--r--node/explodedicenode.cpp4
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()