ソースを参照

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