Skip to content

Commit 387ddec

Browse files
committed
Remove debug logging
1 parent 14fa02b commit 387ddec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/repo/http.go

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ func HTTP(ctx *context.Context) {
117117
repo, err := models.GetRepositoryByName(owner.ID, reponame)
118118
if err != nil {
119119
if models.IsErrRepoNotExist(err) {
120-
log.Trace("routers/repo/http.go:HTTP")
121120
if redirectRepoID, err := models.LookupRepoRedirect(owner.ID, reponame); err == nil {
122121
context.RedirectToRepo(ctx, redirectRepoID)
123122
return

0 commit comments

Comments
 (0)