aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-04-11 00:29:23 +0200
committerRenaud G <renaud@rolisteam.org>2018-04-11 00:29:23 +0200
commit1443459f1a9785f90ef5ef9ff8701169ec660632 (patch)
tree0eafcd3a7fe2f1466f771bd7eb13d900cb25ee81 /node
parenta93bcdb2b38ed9a4881cab79af2c774214806d9e (diff)
downloadOneRoll-1443459f1a9785f90ef5ef9ff8701169ec660632.tar.gz
OneRoll-1443459f1a9785f90ef5ef9ff8701169ec660632.zip
-CleanUp
Diffstat (limited to 'node')
-rw-r--r--node/dicerollernode.cpp1
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)"));