1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove unnecessary comments

This commit is contained in:
Florian Kaiser
2016-01-31 19:08:20 +00:00
parent bba1847a8e
commit fdad234445
2 changed files with 1 additions and 2 deletions

View File

@@ -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)
}