You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/01/16 17:29:45 UTC

[datasketches-java] branch master updated: Remove Print statement

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new e192f83  Remove Print statement
e192f83 is described below

commit e192f830ed1fb06ee0ffbf347fd248b4fa88e8dd
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Jan 16 11:29:34 2022 -0600

    Remove Print statement
---
 src/test/java/org/apache/datasketches/quantiles/DoublesSketchTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/datasketches/quantiles/DoublesSketchTest.java b/src/test/java/org/apache/datasketches/quantiles/DoublesSketchTest.java
index deb785d..c638125 100644
--- a/src/test/java/org/apache/datasketches/quantiles/DoublesSketchTest.java
+++ b/src/test/java/org/apache/datasketches/quantiles/DoublesSketchTest.java
@@ -162,7 +162,7 @@ public class DoublesSketchTest {
         if (sketch.isSameResource(mem)) {
           sketch.update(i);
         } else {
-          System.out.println("MOVED at i = " + i);
+          //println("MOVED OUT at i = " + i);
           break;
         }
       }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org