Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-unpack-objects: start removing debug output
[gitweb.git]
/
unpack-objects.c
diff --git
a/unpack-objects.c
b/unpack-objects.c
index a62eeb432d33bdfe4b609e11d48c72a81832874b..9da3ac89a85abc71cc1b2ec9159acb119ba23009 100644
(file)
--- a/
unpack-objects.c
+++ b/
unpack-objects.c
@@
-148,7
+148,6
@@
static int find_pack_entry(unsigned char *sha1, struct pack_entry **ent)
do {
int mi = (lo + hi) / 2;
int cmp = memcmp(index + 24 * mi + 4, sha1, 20);
-printf("lo=%d mi=%d hi=%d cmp=%d\n", lo, mi, hi, cmp);
if (!cmp) {
*ent = index + 24 * mi;
return 1;