aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-19 09:20:00 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-19 09:20:00 -0700
commit875d0f8ddb1d420f6465498842740c4f5ab03e6f (patch)
tree869e2133ef34a109954bb18f8329ac4b3d41c465 /diff.c
parentce7d9c9c3cea73ab81bf38df93927abb580669ec (diff)
downloadgit-875d0f8ddb1d420f6465498842740c4f5ab03e6f.tar.gz
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++) {