mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Removed inject
lib, only use wire
for DI
This commit is contained in:
parent
3af9972b41
commit
e8a8313b43
10 changed files with 1 additions and 104 deletions
|
@ -9,7 +9,6 @@ import (
|
|||
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/cloudsonic/sonic-server/conf"
|
||||
"github.com/cloudsonic/sonic-server/utils"
|
||||
)
|
||||
|
||||
var initSync sync.Once
|
||||
|
@ -32,5 +31,4 @@ func Init(t *testing.T, skipOnShort bool) {
|
|||
if noLog != "" {
|
||||
beego.SetLevel(beego.LevelError)
|
||||
}
|
||||
utils.Graph.Finalize()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue