1
0
Fork 0
forked from forgejo/forgejo

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