remove fmt.Println() from GetTelegram config
This commit is contained in:
parent
025f2306a3
commit
791003654a
@ -1,7 +1,6 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
@ -70,7 +69,6 @@ func GetWechatKeyword() *string {
|
|||||||
|
|
||||||
func GetTelegram() *string {
|
func GetTelegram() *string {
|
||||||
tg := getEnv("telegram")
|
tg := getEnv("telegram")
|
||||||
fmt.Println(tg)
|
|
||||||
if tg != nil {
|
if tg != nil {
|
||||||
return tg
|
return tg
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user