Skip to content

Commit 01f4324

Browse files
committed
Remove Skipping VRT log statement
Really not important, even as debug I think. Closes #244
1 parent 1b8089b commit 01f4324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stackstac/rio_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ def _open(self) -> ThreadsafeRioDataset:
359359
**self.spec.vrt_params,
360360
)
361361
else:
362-
logger.info(f"Skipping VRT for {self.url!r}")
363362
vrt = None
364363

365364
if ds.driver in MULTITHREADED_DRIVER_ALLOWLIST:

0 commit comments

Comments
 (0)