remove comments
This commit is contained in:
parent
66d8e890fb
commit
98b602cdcc
3
jrpg.ts
3
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 = {}
|
||||
|
|
Loading…
Reference in New Issue