diff --git a/config/config.go b/config/config.go index ec47b29..d1c933d 100644 --- a/config/config.go +++ b/config/config.go @@ -1,7 +1,6 @@ package config import ( - "fmt" "os" "strings" @@ -70,7 +69,6 @@ func GetWechatKeyword() *string { func GetTelegram() *string { tg := getEnv("telegram") - fmt.Println(tg) if tg != nil { return tg }