From: Linus Torvalds Date: Thu, 19 May 2005 16:20:00 +0000 (-0700) Subject: diff.c: remove left-over scoring debug message X-Git-Tag: v0.99~539 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=875d0f8ddb1d420f6465498842740c4f5ab03e6f;p=git.git 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 1f9cfa86..0b704d35 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++) {