Signed-off-by: Nguyễn Thái Ngọc Duy <pclo...@gmail.com>
---
 remove debugging code

 builtin/pack-objects.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c
index 1efb728..945b817 100644
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
@@ -816,7 +816,6 @@ static void prepare_sha1_table(uint32_t start, struct 
object_entry **write_order
                struct object_entry *e = write_order[i];
                if (e->idx.offset > 0) {
                        v4.all_objs[v4.all_objs_nr++] = e->idx;
-                       fprintf(stderr, "%s in\n", sha1_to_hex(e->idx.sha1));
                        e->idx.offset = 0;
                }
        }
-- 
1.8.2.82.gc24b958

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to