Skip to content
Snippets Groups Projects

Do not print stuff

Merged Martin Bergemann requested to merge filter-engine-keywords into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -68,7 +68,6 @@ def _save_dataset(
if not encoding and not override:
logger.debug("Chunk size already optimized for %s", file_name.name)
return
print(str(file_name))
logger.debug("Saving file to %s using %s engine", str(file_name), engine)
try:
dset.to_netcdf(
@@ -164,7 +163,6 @@ def rechunk_netcdf_file(
"""
input_path = Path(input_path).expanduser().absolute()
for input_file in _search_for_nc_files(input_path):
print(input_file)
logger.info("Working on file: %s", str(input_file))
if output_path is None:
output_file = input_file
Loading