remove debug println

pull/102/head
Harvey Tindall 3 years ago
parent 057f306ed9
commit 18bcd55972
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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 {

Loading…
Cancel
Save