aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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;
}
}