소스 검색

Merge pull request #2815 from allonsy/develop

remove errant debug statement
Unknwon 9 년 전
부모
커밋
449a6e490b
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" {