aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parsingtoolbox.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-06-11 11:16:04 +0200
committerRenaud G <renaud@rolisteam.org>2015-06-11 11:16:04 +0200
commitb5c5cfadeb8546274048c1e3c1d97f7c2223a042 (patch)
tree6890f3516f6de55c744a3e3619a511c2ed84171c /parsingtoolbox.cpp
parent2d9fe10724dc1d5de86e63670536b9a1b6599ba1 (diff)
downloadOneRoll-b5c5cfadeb8546274048c1e3c1d97f7c2223a042.tar.gz
OneRoll-b5c5cfadeb8546274048c1e3c1d97f7c2223a042.zip
remove debug message
Diffstat (limited to 'parsingtoolbox.cpp')
-rw-r--r--parsingtoolbox.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/parsingtoolbox.cpp b/parsingtoolbox.cpp
index 696d330..e7c603c 100644
--- a/parsingtoolbox.cpp
+++ b/parsingtoolbox.cpp
@@ -327,13 +327,6 @@ void ParsingToolBox::readProbability(QStringList& str,QList<Range>& ranges)
}
-
-
-
- ///Normalize list
-// qDebug() << 100 - undefDistance;
-// qDebug() << totalDistance;
-
qint64 totalDistPourcent = totalDistance * undefDistance / (100-undefDistance);
if(totalDistPourcent<undefCount)
@@ -353,7 +346,6 @@ void ParsingToolBox::readProbability(QStringList& str,QList<Range>& ranges)
tmp.setEnd(maxValue+(truc*totalDistPourcent));
maxValue = maxValue+(truc*totalDistPourcent);
- qDebug() << truc << totalDistPourcent << undefDistance << totalDistance << maxValue << dist << totalDistPourcent << tmp.toString();
ranges[i]=tmp;
}
}