Skip to content

Commit 7ba7394

Browse files
authored
🔇 Remove Unnecessary Logging (#924)
- Unnecessary logging was introduced in the #897
1 parent bae6c2e commit 7ba7394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tiatoolbox/wsicore/wsireader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3873,7 +3873,6 @@ def is_valid_zarr_fsspec(file_path: str) -> bool:
38733873
path = Path(file_path)
38743874

38753875
if path.suffix.lower() != ".json":
3876-
logger.error("File does not have a .json extension.")
38773876
return False
38783877

38793878
try:

0 commit comments

Comments
 (0)