We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fa02b commit 387ddecCopy full SHA for 387ddec
routers/repo/http.go
@@ -117,7 +117,6 @@ func HTTP(ctx *context.Context) {
117
repo, err := models.GetRepositoryByName(owner.ID, reponame)
118
if err != nil {
119
if models.IsErrRepoNotExist(err) {
120
- log.Trace("routers/repo/http.go:HTTP")
121
if redirectRepoID, err := models.LookupRepoRedirect(owner.ID, reponame); err == nil {
122
context.RedirectToRepo(ctx, redirectRepoID)
123
return
0 commit comments