Skip to content

Commit 39f51c5

Browse files
committed
remove debug log output from migration
1 parent edb0169 commit 39f51c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

models/migrations/v67.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"code.gitea.io/gitea/modules/setting"
99

1010
"github.com/go-xorm/xorm"
11-
"code.gitea.io/gitea/modules/log"
1211
)
1312

1413
func removeStaleWatches(x *xorm.Engine) error {
@@ -116,8 +115,6 @@ func removeStaleWatches(x *xorm.Engine) error {
116115
func(idx int, bean interface{}) error {
117116
watch := bean.(*IssueWatch)
118117

119-
log.Info("watch issues from repo %s", watch.RepoID)
120-
121118
repo := repoCache[watch.RepoID]
122119
if repo == nil {
123120
repo = &Repository{

0 commit comments

Comments
 (0)