diff options
| author | Patrick | 2025-12-23 23:35:13 +0100 |
|---|---|---|
| committer | Patrick | 2025-12-23 23:35:13 +0100 |
| commit | 7dfc2b975fd4a735073536914f5a49b8d80a1104 (patch) | |
| tree | 69ec9e78cd5ad255ae17435f962952a1e4ebdc2c /ui-blob.c | |
| parent | 13ff15345e1fe7ecc72967e1e0d9a473428f241f (diff) | |
| download | ps-cgit-7dfc2b975fd4a735073536914f5a49b8d80a1104.tar.gz ps-cgit-7dfc2b975fd4a735073536914f5a49b8d80a1104.zip | |
buncha features
Diffstat (limited to 'ui-blob.c')
| -rw-r--r-- | ui-blob.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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<br/>", oid); if (type == OBJ_BAD) return -1; buf = read_object_file(oid, &type, &size); |
