Remove superflurous Printf statement

The statement was used for debug purposes and should not be included in
the final build
This commit is contained in:
Oleksandr Kovalchuk 2019-12-20 22:22:12 +02:00
parent a995cca418
commit 46832bb9b3
No known key found for this signature in database
GPG key ID: 8D9EF9A2F5AD3CF7

View file

@ -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 "+