mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 12:14:25 +00:00
remove unused db init on commands serv, update, hooks (#5225)
This commit is contained in:
parent
5fc0a12627
commit
0ba57949e4
@ -66,7 +66,6 @@ var (
|
|||||||
func hookSetup(logPath string) {
|
func hookSetup(logPath string) {
|
||||||
setting.NewContext()
|
setting.NewContext()
|
||||||
log.NewGitLogger(filepath.Join(setting.LogRootPath, logPath))
|
log.NewGitLogger(filepath.Join(setting.LogRootPath, logPath))
|
||||||
models.LoadConfigs()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func runHookPreReceive(c *cli.Context) error {
|
func runHookPreReceive(c *cli.Context) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user