git-annotate: remove extraneous debugging line
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
7fe08af485
commit
d4ad9b0484
@ -317,7 +317,6 @@ sub _git_diff_parse {
|
||||
|
||||
$gotheader = 1;
|
||||
|
||||
printf("Copying from %d to %d\n", $ri, $remstart);
|
||||
foreach my $parent (@$parents) {
|
||||
for (my $i = $ri; $i < $remstart; $i++) {
|
||||
$plines{$parent}[$pi{$parent}++] = $slines->[$i];
|
||||
|
Loading…
Reference in New Issue
Block a user