mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	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>
This commit is contained in:
		@@ -36,7 +36,6 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	"gitea.com/macaron/i18n"
 | 
						"gitea.com/macaron/i18n"
 | 
				
			||||||
	"gitea.com/macaron/macaron"
 | 
						"gitea.com/macaron/macaron"
 | 
				
			||||||
	unknwoni18n "github.com/unknwon/i18n"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func checkRunMode() {
 | 
					func checkRunMode() {
 | 
				
			||||||
@@ -124,8 +123,6 @@ func GlobalInit(ctx context.Context) {
 | 
				
			|||||||
	// Setup i18n
 | 
						// Setup i18n
 | 
				
			||||||
	InitLocales()
 | 
						InitLocales()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	log.Info("%s", unknwoni18n.Tr("en-US", "admin.dashboard.delete_repo_archives"))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	NewServices()
 | 
						NewServices()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if setting.InstallLock {
 | 
						if setting.InstallLock {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user