scripts/release-notes.pl: remove leftover debug output
This commit is contained in:
parent
bf74c4d6f9
commit
3cf926e19b
@ -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…
Reference in New Issue
Block a user