removed debug code

This commit is contained in:
anhefti 2019-12-02 12:05:21 +01:00
parent 6f9c84969f
commit 898a3c4d59

View file

@ -443,7 +443,6 @@ public final class ClientConnectionTable {
final double value = indicatorValue.getValue();
final int indicatorWeight = IndicatorData.getWeight(indicatorData, value);
if (this.indicatorWeights[indicatorData.index] != indicatorWeight) {
System.out.println("**** index: " + indicatorData.index + " weight: " + indicatorWeight);
ClientConnectionTable.this.needsSort = true;
this.thresholdsWeight -= this.indicatorWeights[indicatorData.index];
this.indicatorWeights[indicatorData.index] = indicatorWeight;