remove debug log output from migration

This commit is contained in:
David Schneiderbauer 2018-06-15 14:53:37 +02:00
parent edb0169c61
commit 39f51c5c89
No known key found for this signature in database
GPG Key ID: 576113B2803B3EAB

View File

@ -8,7 +8,6 @@ import (
"code.gitea.io/gitea/modules/setting"
"github.com/go-xorm/xorm"
"code.gitea.io/gitea/modules/log"
)
func removeStaleWatches(x *xorm.Engine) error {
@ -116,8 +115,6 @@ func removeStaleWatches(x *xorm.Engine) error {
func(idx int, bean interface{}) error {
watch := bean.(*IssueWatch)
log.Info("watch issues from repo %s", watch.RepoID)
repo := repoCache[watch.RepoID]
if repo == nil {
repo = &Repository{