From 03f06339bdc0a9d7c222c00678b785bfa3ff7697 Mon Sep 17 00:00:00 2001 From: Brian Moses Hall Date: Thu, 3 Oct 2024 16:11:33 -0400 Subject: [PATCH] Remove logger calls in driver script that referred to deleted Derivatives methods. --- bin/post_zephir.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/post_zephir.rb b/bin/post_zephir.rb index 8fcc38d..cec2ee4 100755 --- a/bin/post_zephir.rb +++ b/bin/post_zephir.rb @@ -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"