remove debug log output from migration
This commit is contained in:
parent
edb0169c61
commit
39f51c5c89
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user