mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
remove debug println
This commit is contained in:
parent
057f306ed9
commit
18bcd55972
1
email.go
1
email.go
@ -196,7 +196,6 @@ func (emailer *Emailer) NewSMTP(server string, port int, username, password stri
|
|||||||
rootCAs = x509.NewCertPool()
|
rootCAs = x509.NewCertPool()
|
||||||
}
|
}
|
||||||
if certPath != "" {
|
if certPath != "" {
|
||||||
fmt.Println("RUN")
|
|
||||||
var cert []byte
|
var cert []byte
|
||||||
cert, err = os.ReadFile(certPath)
|
cert, err = os.ReadFile(certPath)
|
||||||
if rootCAs.AppendCertsFromPEM(cert) == false {
|
if rootCAs.AppendCertsFromPEM(cert) == false {
|
||||||
|
Loading…
Reference in New Issue
Block a user