mirror of
https://github.com/curl/curl.git
synced 2026-07-28 07:23:07 +03:00
scripts/release-notes.pl: remove leftover debug output
This commit is contained in:
parent
bf74c4d6f9
commit
3cf926e19b
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue