Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-19 20:20:00 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-19 20:20:00 +0400
commit875d0f8ddb1d420f6465498842740c4f5ab03e6f (patch)
tree869e2133ef34a109954bb18f8329ac4b3d41c465 /diff.c
parentce7d9c9c3cea73ab81bf38df93927abb580669ec (diff)
diff.c: remove left-over scoring debug message
It may be wonderful for rating the scoring, but it's not appropriate for actual use ;)
Diffstat (limited to 'diff.c')
-rw-r--r--diff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/diff.c b/diff.c
index 1f9cfa86b3..0b704d358d 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++) {