forked from TrueCloudLab/certificates
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:
parent
a995cca418
commit
46832bb9b3
1 changed files with 0 additions and 1 deletions
|
@ -395,7 +395,6 @@ func (dc *dns01Challenge) validate(db nosql.DB, jwk *jose.JSONWebKey, vo validat
|
||||||
}
|
}
|
||||||
|
|
||||||
txtRecords, err := vo.lookupTxt("_acme-challenge." + domain)
|
txtRecords, err := vo.lookupTxt("_acme-challenge." + domain)
|
||||||
fmt.Printf("Lookup TXT for _acme-challenge." + domain)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err = dc.storeError(db,
|
if err = dc.storeError(db,
|
||||||
DNSErr(errors.Wrapf(err, "error looking up TXT "+
|
DNSErr(errors.Wrapf(err, "error looking up TXT "+
|
||||||
|
|
Loading…
Reference in a new issue