Browse Source

remove errant debug statement

pull/2815/head
Alec S 9 years ago
parent
commit
ebea20b4e7
  1. 1
      modules/context/repo.go

1
modules/context/repo.go

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