Skip to content

Commit a381d78

Browse files
committed
Remove comment
1 parent 1979bd7 commit a381d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/web/repo/issue_new.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ func NewIssuePost(ctx *context.Context) {
398398
if ctx.FormString("redirect_after_creation") == "project" && projectID > 0 {
399399
project, err := project_model.GetProjectByID(ctx, projectID)
400400
if err == nil {
401-
// to reduce load the content from database again, we just set the owner/repo here
402401
if project.Type == project_model.TypeOrganization {
403402
ctx.JSONRedirect(project_model.ProjectLinkForOrg(ctx.Repo.Owner, project.ID))
404403
} else {

0 commit comments

Comments
 (0)