Remove summary page from export list (moved into index.html)

This commit is contained in:
Tim Buckley 2015-08-03 15:46:19 -06:00
parent a39d9cc9e3
commit aa18041457
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ from stackviz import settings
EXPORT_PATHS = [
'/index.html',
'/tempest_summary.html',
'/tempest_aggregate.html'
]