scripts/release-notes.pl: remove leftover debug output

This commit is contained in:
Daniel Stenberg 2022-02-02 14:20:23 +01:00
parent bf74c4d6f9
commit 3cf926e19b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -133,7 +133,6 @@ for my $l (@gitlog) {
}
elsif($line =~ /^Clo(s|)es(:|) *(.*)/i) {
push @closes, extract($3);
printf STDERR "CLOSES $3: %s\n", extract($3);
}
elsif($line =~ /^Bug: (.*)/i) {
push @bug, extract($1);