Forráskód Böngészése

remove errant debug statement

Alec S 9 éve
szülő
commit
ebea20b4e7
1 módosított fájl, 0 hozzáadás és 1 törlés
  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" {