Skip to content

Commit 3c3b88d

Browse files
zeripathlafriks
andcommitted
Remove spurious logging (go-gitea#12139)
Backport go-gitea#12139 Unfortunately go-gitea#10745 merged a spurious logging message. This PR removes this. Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent e46dbec commit 3c3b88d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

routers/init.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import (
3636

3737
"gitea.com/macaron/i18n"
3838
"gitea.com/macaron/macaron"
39-
unknwoni18n "github.com/unknwon/i18n"
4039
)
4140

4241
func checkRunMode() {
@@ -124,8 +123,6 @@ func GlobalInit(ctx context.Context) {
124123
// Setup i18n
125124
InitLocales()
126125

127-
log.Info("%s", unknwoni18n.Tr("en-US", "admin.dashboard.delete_repo_archives"))
128-
129126
NewServices()
130127

131128
if setting.InstallLock {

0 commit comments

Comments
 (0)