Skip to content

Commit 4ca3f11

Browse files
committed
Remove extraneous statement.
1 parent 97e679c commit 4ca3f11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/bc/zarr/CompressorFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ private BloscCompressor(Map<String, Object> map) {
298298
} else {
299299
this.nthreads = ((Number) nthreadsObj).intValue();
300300
}
301-
System.out.println(nthreads);
302301
}
303302

304303
@Override

0 commit comments

Comments
 (0)