Commit Diff


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)