From 70d4446ca49ccaa72557b3225c7bc98ca9f690d8 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 5 Nov 2024 16:29:53 +0000 Subject: [PATCH] Bug 34355: (QA follow-up) Remove debugging comment from archiving command Signed-off-by: Nick Clemens --- misc/cronjobs/marc_ordering_process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/marc_ordering_process.pl b/misc/cronjobs/marc_ordering_process.pl index ac2e6006d06..afe41c8c7d3 100755 --- a/misc/cronjobs/marc_ordering_process.pl +++ b/misc/cronjobs/marc_ordering_process.pl @@ -132,7 +132,7 @@ foreach my $acct (@accounts) { } else { mkdir "$working_dir/archive" unless -d "$working_dir/archive"; say sprintf "Moving file to archive: %s", $filename if $verbose; - # move( $full_path, "$working_dir/archive/$filename" ); + move( $full_path, "$working_dir/archive/$filename" ); } } else { say sprintf "Error processing file: %s", $filename if $verbose; -- 2.39.3 (Apple Git-146)