From 98b602cdcc6ef3810866ca212ed144f3dab1ba44 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 12 Mar 2025 18:12:27 +0100 Subject: [PATCH] remove comments --- jrpg.ts | 3 --- 1 file changed, 3 deletions(-) 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 = {}