diff --git a/scripts/account.js b/scripts/account.js index de64aa5..7a7e252 100644 --- a/scripts/account.js +++ b/scripts/account.js @@ -42,8 +42,6 @@ function buildResourceTable (resources, tableid) { Object.keys(resources.resources).forEach((element) => { if (resources.resources[element].display) { if (resources.resources[element].type === "list") { - // TODO - console.error("Unimplemented"); } else { const row = tbody.insertRow();