Skip to content

Commit bd97da0

Browse files
committed
remove debug
1 parent bc2bce7 commit bd97da0

File tree

1 file changed

+0
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math/ConfidenceInterval.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ static void process(LongBlock.Builder builder, @Position int position, LongBlock
201201
}
202202

203203
private static Number[] computeConfidenceInterval(Number bestEstimate, Number[] estimates) {
204-
System.out.println("@@@ computeConfidenceInterval: bestEstimate = " + bestEstimate + ", estimates = " + Arrays.toString(estimates));
205204
Mean estimatesMean = new Mean();
206205
StandardDeviation estimatesStdDev = new StandardDeviation(false);
207206
Skewness estimatesSkew = new Skewness();

0 commit comments

Comments
 (0)