From a8ff84757232dc44bc3e600e14e1d22e7b8d2471 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Sat, 5 Nov 2022 17:05:05 -0500 Subject: [PATCH] Tidy comment left when removing fatal --- gatekeeper.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index 68029b5..26f1de9 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -2614,8 +2614,7 @@ foreach my $packet (@packets) { # each list element is an array reference $op_header = $oplist->[0][1]; # Phone home. E-mail the contents of the directive file to the maintainer, - # for debugging purposes. After this point, we don't need to pass the - # directive text to any subsequent fatal calls. + # for debugging purposes. if (defined $op_header->{package}) { debug($directive_text, $op_header->{package}) if DEBUG; } else { -- 2.25.1