remove errant debug statement

release/v0.9
Alec S 8 years ago
parent f76d821bda
commit ebea20b4e7

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