Remove stderr reference

This commit is contained in:
Dave Syer
2010-09-15 08:03:01 +01:00
parent 2ca4a8f347
commit b3bba292db

View File

@@ -73,7 +73,7 @@ public class ExponentialMovingAverageRateTests {
Thread.sleep(22L);
history.increment();
Thread.sleep(18L);
System.err.println(history);
// System.err.println(history);
assertTrue("Standard deviation should be non-zero: "+history, history.getStandardDeviation()>0);
}