Skip to content

Commit

Permalink
diff.c: remove left-over scoring debug message
Browse files Browse the repository at this point in the history
It may be wonderful for rating the scoring, but it's
not appropriate for actual use ;)
  • Loading branch information
Linus Torvalds committed May 19, 2005
1 parent ce7d9c9 commit 875d0f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,9 +670,6 @@ void diff_flush(void)
dst = mx[c].dst;
if ((src->flags & MATCHED) || (dst->flags & MATCHED))
continue;
fprintf(stderr,
"**score ** %d %s %s\n",
mx[c].score, src->path, dst->path);
}

for (c = 0; c < num_create * num_delete; c++) {
Expand Down

0 comments on commit 875d0f8

Please sign in to comment.