web/checker_results.py: remove dead code

This commit is contained in:
Brian Warner 2008-10-23 17:17:17 -07:00
parent cadb045288
commit 750ab8fa59

View File

@ -246,7 +246,6 @@ class DeepCheckResults(rend.Page, ResultsBase, ReloadMixin):
except KeyError:
raise WebError("No detailed results for SI %s" % html.escape(name),
http.NOT_FOUND)
return rend.Page.childFactory(self, ctx, name)
def renderHTTP(self, ctx):
if self.want_json(ctx):