diff options
author | Jeff King <peff@peff.net> | 2006-08-02 12:34:44 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-02 11:33:33 -0700 |
commit | d4ad9b0484fa17de3d161f48ae58190ec2cccd45 (patch) | |
tree | 3f83e047e6c42867854d430a20ad20fe05f83921 /git-annotate.perl | |
parent | 7fe08af485a02e28ea11b978e6543fbb78d80943 (diff) | |
download | git-d4ad9b0484fa17de3d161f48ae58190ec2cccd45.tar.gz git-d4ad9b0484fa17de3d161f48ae58190ec2cccd45.tar.xz |
git-annotate: remove extraneous debugging line
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-annotate.perl')
-rwxr-xr-x | git-annotate.perl | 1 |
1 files changed, 0 insertions, 1 deletions
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]; |