Skip to content

Commit 7ff1e53

Browse files
committed
don't print try-error
1 parent a66fb2d commit 7ff1e53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/stars.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ if (require(stars, quietly = TRUE)) {
8484
e = try(read_stars(z, normalize_path = FALSE), silent = TRUE)
8585
f = try(read_mdim(z, normalize_path = FALSE), silent = TRUE)
8686
if (inherits(e, "try-error") || inherits(f, "try-error")) {
87-
print(e)
8887
print("error when reading blosc-compressed Zarr file: blosc not supported?")
8988
} else {
9089
print(e)

0 commit comments

Comments
 (0)