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