From 852c65a169f6da359be5c1722b60ac13a47e2f9f Mon Sep 17 00:00:00 2001 From: ZhuoQinghui <1302344380@qq.com> Date: Thu, 31 Oct 2024 16:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.go b/src/config.go index 6a2731d..e01adee 100644 --- a/src/config.go +++ b/src/config.go @@ -22,7 +22,6 @@ func ReadConfig() *AppConfig { if err != nil { log.Fatal(err) } - log.Infof("读取配置文件成功") return conf }