commit e73ab4217d50bcfc9f6a2d0a42a87a13cf72bf5d from: Omar Polo date: Fri Dec 30 17:24:37 2022 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 - 77d0cae1993d80e742dbcf69ace80700ed616831 commit + e73ab4217d50bcfc9f6a2d0a42a87a13cf72bf5d blob - 6030878cfe25783394593d7d14af1bd6e577f4be blob + 4d5b8607d73683a955e64433dc93a8d27fa41b01 --- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -166,7 +166,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)