commit ee7c14200a271dc3c8ce07e7d2f5102820f67422 from: Omar Polo via: Thomas Adam date: Mon Jan 02 11:43:39 2023 UTC gotwebd: remove useless comment should be placed further down, after BLOB and RSS are handled, but the call to `gotweb_render_header' is successfully clear on its own. commit - 16373356309bbffea15297b273af79c2c62d9c8b commit + ee7c14200a271dc3c8ce07e7d2f5102820f67422 blob - 71c7906a3dad2cd5249bd9b1605853ad1d258dab blob + 8a0eeee74e7e057259b61c1a8d0708e4ee4051f3 --- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -167,7 +167,6 @@ gotweb_process_request(struct request *c) goto err; } - /* render top of page */ if (qs != NULL && qs->action == BLOB) { error = got_get_repo_commits(c, 1); if (error)