Remove the TODO about last commit

This commit is contained in:
Juhani Krekelä 2018-06-10 14:52:41 +03:00
parent 161bb72d37
commit e2cc012c30
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ def generate_nav(*, soup):
# TODO: Don't generate link to a board if we're at the index
nav_tag = soup.new_tag('nav')
# TODO: Read these from the database
with database.connect() as db:
boards = database.list_boards(db)