Skip to content

Commit 641e1ca

Browse files
author
Linus Torvalds
committed
git-unpack-objects: start removing debug output
At least the least interesting one.
1 parent c4fb06c commit 641e1ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unpack-objects.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ static int find_pack_entry(unsigned char *sha1, struct pack_entry **ent)
148148
do {
149149
int mi = (lo + hi) / 2;
150150
int cmp = memcmp(index + 24 * mi + 4, sha1, 20);
151-
printf("lo=%d mi=%d hi=%d cmp=%d\n", lo, mi, hi, cmp);
152151
if (!cmp) {
153152
*ent = index + 24 * mi;
154153
return 1;

0 commit comments

Comments
 (0)