aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'diceparser.cpp')
-rw-r--r--diceparser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp
index c7383da..f8f82d6 100644
--- a/diceparser.cpp
+++ b/diceparser.cpp
@@ -542,7 +542,6 @@ bool DiceParser::readDice(QString& str,ExecutionNode* & node)
{
int face = abs(num - end)+1;
- qDebug()<< num << end<< face;
DiceRollerNode* drNode = new DiceRollerNode(face,num);
node = drNode;
ExecutionNode* current = drNode;