浏览代码

remove errant debug statement

Alec S 9 年之前
父节点
当前提交
ebea20b4e7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      modules/context/repo.go

+ 0 - 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" {