Skip to content

Commit

Permalink
Remove debug logging and extra rows from template
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 5, 2023
1 parent 3805f6e commit a3a8b7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file modified aspace_template/aspace_import_template.xlsx
Binary file not shown.
3 changes: 0 additions & 3 deletions diskimageprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ def create_aspace_excel_sheet(args, sips, volumes, logger):
row_to_write[INDEX_SIZE] = str(human_readable_size(total_bytes))
row_to_write[INDEX_SCOPE_CONTENTS] = scope_content

# TODO: Remove temporary dev logging
logger.info(",".join(row_to_write))

worksheet.append(row_to_write)

logger.info("Described %s successfully." % (sip_path))
Expand Down

0 comments on commit a3a8b7e

Please sign in to comment.