diff --git a/letsencrypt/client/network2.py b/letsencrypt/client/network2.py index e9fb53d6c..610088972 100644 --- a/letsencrypt/client/network2.py +++ b/letsencrypt/client/network2.py @@ -185,8 +185,6 @@ class Network(object): assert response.status_code == httplib.CREATED # TODO: handle errors return self._authzr_from_response(response, identifier) - # TODO: anything below is also stub, bot not working, not tested at all - def answer_challenge(self, challr, response): """Answer challenge.