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:
Jeff King 2006-08-02 12:34:44 -04:00 committed by Junio C Hamano
parent 7fe08af485
commit d4ad9b0484

View file

@ -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];