diff --git a/csst_common/pipeline.py b/csst_common/pipeline.py index d1dd73e9d665c369a12214c3f70280e8e0f0669e..0b5b5e1fd9f6d6f7aa6be28de3372c2a01e7b33d 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