Skip to content

Commit

Permalink
Remove extra debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Mar 14, 2024
1 parent fcec4c8 commit 07b60e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loci/formats/in/ZarrReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -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[]) {
Expand Down

0 comments on commit 07b60e2

Please sign in to comment.