From cd89a102368663a5f6c438b497ba87185b399540 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Mon, 19 Jan 2026 17:27:34 +0800 Subject: [PATCH] write log while dumping file --- csst_common/pipeline.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/csst_common/pipeline.py b/csst_common/pipeline.py index d1dd73e..0b5b5e1 100644 --- a/csst_common/pipeline.py +++ b/csst_common/pipeline.py @@ -312,9 +312,6 @@ class Pipeline: os.path.basename(remote_file_path), ) # copy DFS file to local_file_path - self.logger.info( - f"Dumping file: {remote_file_path} -> {local_file_path}" - ) self.dump_file(remote_file_path, local_file_path) this_ccds_refs["refs"][ref_name] = local_file_path -- GitLab