Skip to content

Commit

Permalink
git-annotate: remove extraneous debugging line
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Aug 2, 2006
1 parent 7fe08af commit d4ad9b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-annotate.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit d4ad9b0

Please sign in to comment.