other: 移除 modular 包部分日志

This commit is contained in:
kercylan98 2024-02-04 12:15:19 +08:00
parent f30de13c34
commit 04a92b2805
1 changed files with 0 additions and 1 deletions

View File

@ -55,6 +55,5 @@ func Run() {
for i := 0; i < len(m.services); i++ {
s := m.services[i]
s.instance.OnMount()
log.Info(fmt.Sprintf("service %s mounted", s.name))
}
}