Skip to content

Commit 52da4d5

Browse files
committedMay 1, 2024·
remove "in progress" notation from front page
1 parent 46059bf commit 52da4d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎index.py

-7
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,6 @@ def prepare_body(self):
420420
self.b('</td></tr>')
421421
####
422422
self.b('</table>')
423-
self.b(
424-
'<p>Note that this tool was just recently resurrected and is '
425-
'still in the process of being updated. While the version numbers are loaded for '
426-
'every version that currently exists, much of the schema data has not yet been '
427-
'loaded. The newest version currently available is '
428-
f'{schema_remarks.default_last_version}.</p>'
429-
)
430423
self.b('</div>')
431424

432425
def options(self, options, selected=None):

0 commit comments

Comments
 (0)
Please sign in to comment.