From e485ae3c3b286791f2787b5143a2b57d0c686fae Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Sat, 4 Jul 2020 18:49:50 +0100 Subject: [PATCH] Remove spurious logging Unfortunately #10745 merged a spurious logging message. This PR removes this. Signed-off-by: Andrew Thornton --- routers/init.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/routers/init.go b/routers/init.go index c891ec3149629..964da6ced64b9 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 {