diff options
| author | 2018-04-11 00:29:23 +0200 | |
|---|---|---|
| committer | 2018-04-11 00:29:23 +0200 | |
| commit | 1443459f1a9785f90ef5ef9ff8701169ec660632 (patch) | |
| tree | 0eafcd3a7fe2f1466f771bd7eb13d900cb25ee81 | |
| parent | a93bcdb2b38ed9a4881cab79af2c774214806d9e (diff) | |
| download | OneRoll-1443459f1a9785f90ef5ef9ff8701169ec660632.tar.gz OneRoll-1443459f1a9785f90ef5ef9ff8701169ec660632.zip | |
-CleanUp
| -rw-r--r-- | node/dicerollernode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp index 70fd245..6691c38 100644 --- a/node/dicerollernode.cpp +++ b/node/dicerollernode.cpp @@ -30,7 +30,6 @@ void DiceRollerNode::run(ExecutionNode* previous) m_errors.insert(NO_DICE_TO_ROLL,QObject::tr("No dice to roll")); } auto possibleValue = static_cast<quint64>(abs((m_max-m_min)+1)); - //qDebug() << possibleValue; if( possibleValue < m_diceCount && m_unique) { m_errors.insert(TOO_MANY_DICE,QObject::tr("More unique values asked than possible values (D operator)")); |