diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-19 09:20:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-19 09:20:00 -0700 |
commit | 875d0f8ddb1d420f6465498842740c4f5ab03e6f (patch) | |
tree | 869e2133ef34a109954bb18f8329ac4b3d41c465 /diff.c | |
parent | ce7d9c9c3cea73ab81bf38df93927abb580669ec (diff) | |
download | git-875d0f8ddb1d420f6465498842740c4f5ab03e6f.tar.gz git-875d0f8ddb1d420f6465498842740c4f5ab03e6f.tar.xz |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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++) { |