diff --git a/jrpg.ts b/jrpg.ts index 78bfcb4..9ee85f2 100644 --- a/jrpg.ts +++ b/jrpg.ts @@ -69,9 +69,6 @@ async function getpage(url) function format(equipment, exclude) { const result = [] - // todo: notes as footers instead of column - // todo: invert available X mark - // todo: remove a column if always empty Object.keys(equipment).forEach(table => { const columnsizes = {}