Skip to content

Commit

Permalink
Clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Apr 23, 2024
1 parent 54c195c commit a8b5565
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions imagedephi/redact/redact.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a8b5565

Please sign in to comment.