Remove superflurous Printf statement

The statement was used for debug purposes and should not be included in
the final build
pull/146/head
Oleksandr Kovalchuk 5 years ago
parent a995cca418
commit 46832bb9b3
No known key found for this signature in database
GPG Key ID: 8D9EF9A2F5AD3CF7

@ -395,7 +395,6 @@ func (dc *dns01Challenge) validate(db nosql.DB, jwk *jose.JSONWebKey, vo validat
}
txtRecords, err := vo.lookupTxt("_acme-challenge." + domain)
fmt.Printf("Lookup TXT for _acme-challenge." + domain)
if err != nil {
if err = dc.storeError(db,
DNSErr(errors.Wrapf(err, "error looking up TXT "+

Loading…
Cancel
Save