forked from forgejo/forgejo
Remove unnecessary comments
This commit is contained in:
parent
bba1847a8e
commit
fdad234445
2 changed files with 1 additions and 2 deletions
|
@ -335,7 +335,7 @@ func showOrgProfile(ctx *middleware.Context) {
|
|||
}
|
||||
ctx.Data["Members"] = org.Members
|
||||
|
||||
ctx.Data["Teams"] = org.Teams // already loaded by middleware
|
||||
ctx.Data["Teams"] = org.Teams
|
||||
|
||||
ctx.HTML(200, ORG_HOME)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue