other: 移除 modular 包部分日志
This commit is contained in:
parent
f30de13c34
commit
04a92b2805
|
@ -55,6 +55,5 @@ func Run() {
|
||||||
for i := 0; i < len(m.services); i++ {
|
for i := 0; i < len(m.services); i++ {
|
||||||
s := m.services[i]
|
s := m.services[i]
|
||||||
s.instance.OnMount()
|
s.instance.OnMount()
|
||||||
log.Info(fmt.Sprintf("service %s mounted", s.name))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue