diff options
| -rw-r--r-- | diceparser.cpp | 1 |
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; |