removed debug code
This commit is contained in:
parent
6f9c84969f
commit
898a3c4d59
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue