diff --git a/src/loci/formats/in/ZarrReader.java b/src/loci/formats/in/ZarrReader.java index 122118f..32c777c 100644 --- a/src/loci/formats/in/ZarrReader.java +++ b/src/loci/formats/in/ZarrReader.java @@ -1261,7 +1261,6 @@ public static byte[] openPlane(String path, byte[] buf) throws FormatException, Object image = service.readBytes(shape, offsets); int w = shape[4]; int h = shape[3]; - System.out.println("Success: Read image"); boolean little = service.isLittleEndian(); int bpp = FormatTools.getBytesPerPixel(service.getPixelType()); if (image instanceof byte[]) {