remove fmt.Println() from GetTelegram config
This commit is contained in:
parent
025f2306a3
commit
791003654a
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user