Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff.c: remove left-over scoring debug message
[gitweb.git]
/
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++) {