From a8b5565a6c589f42c5e1e958c326f50e693e9dbe Mon Sep 17 00:00:00 2001 From: naglepuff Date: Mon, 22 Apr 2024 15:59:40 -0400 Subject: [PATCH] Clean up unused code --- imagedephi/redact/redact.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/imagedephi/redact/redact.py b/imagedephi/redact/redact.py index fba78729..2e574e96 100644 --- a/imagedephi/redact/redact.py +++ b/imagedephi/redact/redact.py @@ -90,14 +90,7 @@ def redact_images( redact_dir = create_redact_dir(output_dir) show_redaction_plan(input_path) - dcm_uid_map = {} - - # When we build a redaction plan for dicom, use all - # related files using the function from util/dicom. - # Use this set to skip over files previously included - # as part of some other DICOM image. - # TODO - redacted_dicom_series_ids = set() + dcm_uid_map: dict[str, str] = {} file = StringIO() with click.progressbar(