Skip to content

Commit

Permalink
Merge pull request #37 from hathitrust/DEV-1334_date_independence_par…
Browse files Browse the repository at this point in the history
…t_deux

Remove logger calls in driver script that referred to deleted Derivat…
  • Loading branch information
moseshll authored Oct 3, 2024
2 parents 8bf9859 + 03f0633 commit c447439
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/post_zephir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ def run_system_command(command)
YESTERDAY = Date.today - 1

inventory = PostZephirProcessing::Derivatives.new(date: YESTERDAY)
LOGGER.info "all existing Zephir full files: #{inventory.full_derivatives}"
LOGGER.info "all existing Zephir updates: #{inventory.update_derivatives}"

if inventory.earliest_missing_date.nil?
LOGGER.info "no Zephir files to process, exiting"
Expand Down

0 comments on commit c447439

Please sign in to comment.