Преглед на файлове

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