aboutsummaryrefslogtreecommitdiff
path: root/modules/context
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-03-11 17:49:13 -0500
committerUnknwon <u@gogs.io>2016-03-11 17:49:13 -0500
commit449a6e490bb5fed0ff8168735d8dc21dd1c04a95 (patch)
treeea3c7d584a3df82e2f006f9d1818e781a1a4c857 /modules/context
parentf76d821bdacf4449113547f3cc3301349516cd34 (diff)
parentebea20b4e7402bf419a58a5c8bde524677060cb9 (diff)
Merge pull request #2815 from allonsy/develop
remove errant debug statement
Diffstat (limited to 'modules/context')
-rw-r--r--modules/context/repo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/context/repo.go b/modules/context/repo.go
index 228ddbb9..547ed4ed 100644
--- a/modules/context/repo.go
+++ b/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" {