diff options
author | Unknwon <u@gogs.io> | 2017-04-04 20:42:18 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-04 20:42:18 -0400 |
commit | c05717a5f086c172e67b0bb9cd351e0e972de93d (patch) | |
tree | 8ff189a105e3846e88454b24760605ee28d4832d /routers/repo/http.go | |
parent | 5a488b6517bd6a9980c3f226231ff21a4ca06746 (diff) |
models/mirror: feed git.IsRepoURLAccessible with raw mirror address
Diffstat (limited to 'routers/repo/http.go')
-rw-r--r-- | routers/repo/http.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/repo/http.go b/routers/repo/http.go index 7c1f690e..b3b6aa1a 100644 --- a/routers/repo/http.go +++ b/routers/repo/http.go @@ -111,7 +111,6 @@ func HTTPContexter() macaron.Handler { askCredentials(c, http.StatusUnauthorized, "") return } - fmt.Println(authUsername, authPassword) authUser, err := models.UserSignIn(authUsername, authPassword) if err != nil && !errors.IsUserNotExist(err) { |