Browse Source

remove errant debug statement

tags/v1.2.0-rc1
Alec S 10 years ago
parent
commit
d49e8cad4e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/context/repo.go

+ 0
- 1
modules/context/repo.go View File

@@ -215,7 +215,6 @@ func RepoAssignment(args ...bool) macaron.Handler {
}
}
}
fmt.Println(222222, ctx.Repo.PullRequest)
ctx.Data["PullRequestCtx"] = ctx.Repo.PullRequest

if ctx.Query("go-get") == "1" {


Loading…
Cancel
Save