mirror of
https://github.com/go-gitea/gitea
synced 2025-01-03 04:14:38 +01:00
remove errant debug statement
This commit is contained in:
parent
f76d821bda
commit
ebea20b4e7
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue