Skip to content

Commit

Permalink
Remove useless comment in go-gitea#23114 (go-gitea#23173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettat123 authored and yardenshoham committed Feb 27, 2023
1 parent 1bc4ffc commit 881b67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routers/web/explore/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ type RepoSearchOptions struct {

// RenderRepoSearch render repositories search page
// This function is also used to render the Admin Repository Management page.
// The isAdmin param should be set to true when rendering the Admin page.
func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions) {
// Sitemap index for sitemap paths
page := int(ctx.ParamsInt64("idx"))
Expand Down

0 comments on commit 881b67b

Please sign in to comment.