From 04a92b2805f03571edd355ae032847aef6728bf1 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Sun, 4 Feb 2024 12:15:19 +0800 Subject: [PATCH] =?UTF-8?q?other:=20=E7=A7=BB=E9=99=A4=20modular=20?= =?UTF-8?q?=E5=8C=85=E9=83=A8=E5=88=86=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modular/modular.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modular/modular.go b/modular/modular.go index e695f14..a0d5011 100644 --- a/modular/modular.go +++ b/modular/modular.go @@ -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)) } }