]> asedeno.scripts.mit.edu Git - git.git/commitdiff
diff.c: remove left-over scoring debug message
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 19 May 2005 16:20:00 +0000 (09:20 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 19 May 2005 16:20:00 +0000 (09:20 -0700)
It may be wonderful for rating the scoring, but it's
not appropriate for actual use ;)

diff.c

diff --git a/diff.c b/diff.c
index 1f9cfa86b37d05c19f80683ef05732cd26cd9815..0b704d358d903ae3e1d9bae1f9ec74df92ef4886 100644 (file)
--- 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++) {