projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce7d9c9
)
diff.c: remove left-over scoring debug message
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 19 May 2005 16:20:00 +0000
(09:20 -0700)
committer
Linus 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
patch
|
blob
|
history
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++) {