瀏覽代碼

Remove spurious logging (#12139)

Unfortunately #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>
tags/v1.13.0-rc1
zeripath 3 年之前
父節點
當前提交
c6d6c51ada
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. 0
    3
      routers/init.go

+ 0
- 3
routers/init.go 查看文件

@@ -36,7 +36,6 @@ import (

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

func checkRunMode() {
@@ -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 {

Loading…
取消
儲存