Skip to content

Commit c5498d5

Browse files
authored
Remove debug print statemtent
1 parent 3c828df commit c5498d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

xbout/load.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def is_netcdf_collection(datapath):
314314
# All files are NetCDF and all in the same directory
315315
# Lazyload only opens one file and infers file layout from that
316316

317-
print(f"Lazily opening dataset at {dataset_dir}")
318317
ds = lazyload.lazy_open_boutdataset(
319318
dataset_dir,
320319
keep_xboundaries=keep_xboundaries,

0 commit comments

Comments
 (0)