From c6d6c51ada19a06ad6d3d53f6d03234573eeca64 Mon Sep 17 00:00:00 2001 From: zeripath Date: Sun, 5 Jul 2020 05:11:02 +0100 Subject: [PATCH] Remove spurious logging (#12139) Unfortunately #10745 merged a spurious logging message. This PR removes this. Signed-off-by: Andrew Thornton Co-authored-by: Lauris BH --- routers/init.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/routers/init.go b/routers/init.go index c891ec314..964da6ced 100644 --- a/routers/init.go +++ b/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 {