From b6cb6875aeb0c8ef93c268fb79c5efdaf8ccb4c9 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Tue, 21 Jan 2025 23:25:50 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(user):=20=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b51ab4680f6c553a1925a135adca1ba3fb696f5b. --- app/user/conf/conf.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/user/conf/conf.go b/app/user/conf/conf.go index 95a5676..049e791 100644 --- a/app/user/conf/conf.go +++ b/app/user/conf/conf.go @@ -2,7 +2,6 @@ package conf import ( _ "embed" - "fmt" "github.com/spf13/viper" "os" "sync" @@ -84,8 +83,6 @@ func initConf() { if err != nil { return } - fmt.Println(conf.Registry.RegistryAddress[0]) - fmt.Println(viper.GetString("MYSQL_DSN")) conf.MySQL.DSN = viper.GetString("MYSQL_DSN")