Tidy comment left when removing fatal
authorJacob Bachmeyer <jcb@gnu.org>
Sat, 5 Nov 2022 22:05:05 +0000 (17:05 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sat, 5 Nov 2022 22:05:05 +0000 (17:05 -0500)
gatekeeper.pl

index 68029b5814adc0050d303ee09a540993eedd6911..26f1de96065ddf68792693845e499c3289ca1c3b 100755 (executable)
@@ -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 {