Revert "chore(user): 打印配置信息"

This reverts commit b51ab4680f.
This commit is contained in:
2025-01-21 23:25:50 +08:00
parent 2c85024a08
commit b6cb6875ae
-3
View File
@@ -2,7 +2,6 @@ package conf
import ( import (
_ "embed" _ "embed"
"fmt"
"github.com/spf13/viper" "github.com/spf13/viper"
"os" "os"
"sync" "sync"
@@ -84,8 +83,6 @@ func initConf() {
if err != nil { if err != nil {
return return
} }
fmt.Println(conf.Registry.RegistryAddress[0])
fmt.Println(viper.GetString("MYSQL_DSN"))
conf.MySQL.DSN = viper.GetString("MYSQL_DSN") conf.MySQL.DSN = viper.GetString("MYSQL_DSN")