]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
web/checker_results.py: remove dead code
authorBrian Warner <warner@lothar.com>
Fri, 24 Oct 2008 00:17:17 +0000 (17:17 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 24 Oct 2008 00:17:17 +0000 (17:17 -0700)
src/allmydata/web/checker_results.py

index 477a01c586ce3d76ab7477591ae9fa1b2cf675ad..d11468d79475f7f1a1bd20f5d4e3829730d5f8e4 100644 (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):