From 875d0f8ddb1d420f6465498842740c4f5ab03e6f Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 19 May 2005 09:20:00 -0700 Subject: diff.c: remove left-over scoring debug message It may be wonderful for rating the scoring, but it's not appropriate for actual use ;) diff --git a/diff.c b/diff.c index 1f9cfa8..0b704d3 100644 --- a/diff.c +++ b/diff.c @@ -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++) { -- cgit v0.10.2-6-g49f6