From 7dfc2b975fd4a735073536914f5a49b8d80a1104 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 23 Dec 2025 23:35:13 +0100 Subject: buncha features --- ui-blob.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui-blob.c') diff --git a/ui-blob.c b/ui-blob.c index cc88d76..3267ed1 100644 --- a/ui-blob.c +++ b/ui-blob.c @@ -72,7 +72,6 @@ int cgit_print_oid(const struct object_id *oid) unsigned long size; type = oid_object_info(the_repository, oid, &size); - html_txtf("trying to print %x
", oid); if (type == OBJ_BAD) return -1; buf = read_object_file(oid, &type, &size); -- cgit v1.2.3