1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-13 18:37:56 +02:00

Remove unreachable code

This commit is contained in:
xenolf 2015-12-27 20:55:44 +01:00
parent 01974a95cd
commit 8362f35823

View File

@ -586,8 +586,6 @@ func validate(j *jws, domain, uri string, chlng challenge) error {
return err
}
}
return nil
}
// getJSON performs an HTTP GET request and parses the response body