diff.c: remove left-over scoring debug message

It may be wonderful for rating the scoring, but it's
not appropriate for actual use ;)
This commit is contained in:
Linus Torvalds 2005-05-19 09:20:00 -07:00
parent ce7d9c9c3c
commit 875d0f8ddb

3
diff.c
View file

@ -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++) {