From: Jeff King Date: Wed, 2 Aug 2006 16:34:44 +0000 (-0400) Subject: git-annotate: remove extraneous debugging line X-Git-Tag: v1.4.2-rc3~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d4ad9b0484fa17de3d161f48ae58190ec2cccd45;p=git.git git-annotate: remove extraneous debugging line Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/git-annotate.perl b/git-annotate.perl index 6db2f4824..505b5ccb2 100755 --- a/git-annotate.perl +++ b/git-annotate.perl @@ -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];