removed a print

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-07-25 17:08:08 +00:00
parent f65ae79732
commit 39e1afecdd
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ public class LoessInterpolatorTest {
double noisyResidualSum = 0;
double fitResidualSum = 0;
System.out.println();
for(int i = 0; i < numPoints; ++i) {
double expected = Math.sin(xval[i]);
double noisy = yval[i];