remove debug println

This commit is contained in:
Harvey Tindall
2021-05-17 01:32:22 +01:00
parent 057f306ed9
commit 18bcd55972

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 {