Skip to content

Commit

Permalink
Remove spurious logging (go-gitea#12139)
Browse files Browse the repository at this point in the history
Unfortunately go-gitea#10745 merged a spurious logging message. This PR removes this.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
  • Loading branch information
2 people authored and Yohann Delafollye committed Jul 31, 2020
1 parent 690ce52 commit d4455f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions routers/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import (

"gitea.com/macaron/i18n"
"gitea.com/macaron/macaron"
unknwoni18n "github.com/unknwon/i18n"
)

func checkRunMode() {
Expand Down Expand Up @@ -124,8 +123,6 @@ func GlobalInit(ctx context.Context) {
// Setup i18n
InitLocales()

log.Info("%s", unknwoni18n.Tr("en-US", "admin.dashboard.delete_repo_archives"))

NewServices()

if setting.InstallLock {
Expand Down

0 comments on commit d4455f1

Please sign in to comment.