Remove unusable sitemap endpoint

It calls a data model method which is extremely slow and heavy, and it isn't even used anyway
This commit is contained in:
Joseph Schorr 2018-12-18 16:37:09 -05:00
parent 9e2c5417b8
commit 9190c046c7
4 changed files with 0 additions and 29 deletions

View file

@ -228,9 +228,6 @@ class WebEndpointTestCase(EndpointTestCase):
def test_robots(self):
self.getResponse('web.robots')
def test_sitemap(self):
self.getResponse('web.sitemap')
def test_repo_view(self):
self.getResponse('web.repository', path='devtable/simple')