Skip to content

Commit

Permalink
remove "in progress" notation from front page
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 1, 2024
1 parent 46059bf commit 52da4d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,13 +420,6 @@ def prepare_body(self):
self.b('</td></tr>')
####
self.b('</table>')
self.b(
'<p>Note that this tool was just recently resurrected and is '
'still in the process of being updated. While the version numbers are loaded for '
'every version that currently exists, much of the schema data has not yet been '
'loaded. The newest version currently available is '
f'{schema_remarks.default_last_version}.</p>'
)
self.b('</div>')

def options(self, options, selected=None):
Expand Down

0 comments on commit 52da4d5

Please sign in to comment.