This commit is contained in:
ZhuoQinghui 2024-10-31 16:33:48 +08:00
parent 5c2a435597
commit 852c65a169

View File

@ -22,7 +22,6 @@ func ReadConfig() *AppConfig {
if err != nil {
log.Fatal(err)
}
log.Infof("读取配置文件成功")
return conf
}