1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-25 02:47:47 +02:00

remove debug println

This commit is contained in:
Harvey Tindall 2021-05-17 01:32:22 +01:00
parent 057f306ed9
commit 18bcd55972
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -196,7 +196,6 @@ func (emailer *Emailer) NewSMTP(server string, port int, username, password stri
rootCAs = x509.NewCertPool()
}
if certPath != "" {
fmt.Println("RUN")
var cert []byte
cert, err = os.ReadFile(certPath)
if rootCAs.AppendCertsFromPEM(cert) == false {