]> git.ipfire.org Git - thirdparty/git.git/commitdiff
reftable: drop stray printf in readwrite_test
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 20 Jan 2022 15:12:08 +0000 (15:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jan 2022 19:31:53 +0000 (11:31 -0800)
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/readwrite_test.c

index 287cbc5999671a8a62d454efbb4bafc40a067c80..165cf47417c0f9ef98c35dc8522292c100cf8a9e 100644 (file)
@@ -662,7 +662,6 @@ static void test_write_key_order(void)
        err = reftable_writer_add_ref(w, &refs[0]);
        EXPECT_ERR(err);
        err = reftable_writer_add_ref(w, &refs[1]);
-       printf("%d\n", err);
        EXPECT(err == REFTABLE_API_ERROR);
        reftable_writer_close(w);
        reftable_writer_free(w);