Skip to content

Commit 9ad6c07

Browse files
committed
Disable printing from HllSketchMergeOrderTest.
1 parent 5ae3006 commit 9ad6c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/datasketches/hll/HllSketchMergeOrderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void checkNewGenerator() {
130130
}
131131

132132
private static void println(final Object o) {
133-
System.out.println(o.toString());
133+
//System.out.println(o.toString());
134134
}
135135

136136
}

0 commit comments

Comments
 (0)